Color Hex Logo

#ccc1de Color Hex

#CCC1DE
(204,193,222)
0 Favorites   0 Comments

Color spaces of #ccc1de

RGB 204193222
HSL0.730.310.81
HSV263°13°87°
CMYK 0.080.130.00   0.13
XYZ57.156656.251276.9523
Yxy56.25120.30030.2955
Hunter Lab75.00084.7799-8.3321
CIE-Lab79.75669.2888-13.0516

#ccc1de color RGB value is (204,193,222).

#ccc1de hex color red value is 204, green value is 193 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ccc1de hue: 0.73 , saturation: 0.31 and the lightness value of ccc1de is 0.81.

The process color (four color CMYK) of #ccc1de color hex is 0.08, 0.13, 0.00, 0.13. Web safe color of #ccc1de is #cccccc. Color #ccc1de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000001 11011110
Octal 314 301 336
Decimal 204 193 222
Hex CC C1 DE

RGB Percentages of Color #ccc1de

%32.96
%31.18
%35.86

CMYK Percentages of Color #ccc1de

%8
%13
%0
%13

Triadic Colors of #ccc1de

#ccc1de #deccc1 #c1decc

Analogous Colors of #ccc1de

#ccc1de #dbc1de #c1c5de

Monochromatic Colors of #ccc1de

#ccc1de

Complementary Color

#ccc1de #d3dec1

#ccc1de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc1de Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc1de Color CSS Codes

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

#ccc1de Text Font Color

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

This sample text font color is #ccc1de
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.


#ccc1de Background Color

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

This div background color is #ccc1de


#ccc1de Border Color

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

This div border color is #ccc1de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc1de


Comments

No comments written yet.

Please login to write comment.