color codes Logo

#c1c6df color codes

#C1C6DF
(193,198,223)
0 Favorites   0 Comments

Color spaces of #c1c6df

RGB 193198223
HSL0.640.320.82
HSV230°13°87°
CMYK 0.130.110.00   0.13
XYZ55.505757.053377.8990
Yxy57.05330.29140.2996
Hunter Lab75.5336-1.0136-8.2731
CIE-Lab80.20963.2331-12.9982

#c1c6df color RGB value is (193,198,223).

#c1c6df hex color red value is 193, green value is 198 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c1c6df hue: 0.64 , saturation: 0.32 and the lightness value of c1c6df is 0.82.

The process color (four color CMYK) of #c1c6df color code is 0.13, 0.11, 0.00, 0.13. Web safe color of #c1c6df is #cccccc. Color #c1c6df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11000110 11011111
Octal 301 306 337
Decimal 193 198 223
Hex C1 C6 DF

RGB Percentages of Color #c1c6df

%31.43
%32.25
%36.32

CMYK Percentages of Color #c1c6df

%13
%11
%0
%13

Triadic Colors of #c1c6df

#c1c6df #dfc1c6 #c6dfc1

Analogous Colors of #c1c6df

#c1c6df #cbc1df #c1d5df

Monochromatic Colors of #c1c6df

#c1c6df

Complementary Color

#c1c6df #dfdac1

#c1c6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1c6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1c6df Color CSS Codes

.mybgcolor {background-color:#c1c6df; } 
.myforecolor {color:#c1c6df; }
.mybordercolor {border:3px solid #c1c6df; }

#c1c6df Text Font Color

<p style="color:#c1c6df">Text here</p>

This sample text font color is #c1c6df
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c1c6df Background Color

<div style="background-color:#c1c6df">
Div content here</div>

This div background color is #c1c6df


#c1c6df Border Color

<div style="border:3px solid #c1c6df">
Div here</div>

This div border color is #c1c6df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,198,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c1c6df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c1c6df;
  -webkit-box-shadow: 1px 1px 3px 2px #c1c6df;
  box-shadow:         1px 1px 3px 2px #c1c6df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,198,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c1c6df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c1c6df;
  -webkit-box-shadow: 1px 1px 3px 2px #c1c6df;
  box-shadow:         1px 1px 3px 2px #c1c6df;">
Div content here</div>

This div box has shadow with color #c1c6df


Comments

No comments written yet.

Please login to write comment.