Color Hex Logo

#ccc6df Color Hex

#CCC6DF
(204,198,223)
0 Favorites   0 Comments

Color spaces of #ccc6df

RGB 204198223
HSL0.710.280.83
HSV254°11°87°
CMYK 0.090.110.00   0.13
XYZ58.415258.553278.0351
Yxy58.55320.29960.3003
Hunter Lab76.52012.3563-6.8999
CIE-Lab81.04546.8088-11.6613

#ccc6df color RGB value is (204,198,223).

#ccc6df hex color red value is 204, green value is 198 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ccc6df hue: 0.71 , saturation: 0.28 and the lightness value of ccc6df is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 11011111
Octal 314 306 337
Decimal 204 198 223
Hex CC C6 DF

RGB Percentages of Color #ccc6df

%32.64
%31.68
%35.68

CMYK Percentages of Color #ccc6df

%9
%11
%0
%13

Triadic Colors of #ccc6df

#ccc6df #dfccc6 #c6dfcc

Analogous Colors of #ccc6df

#ccc6df #d9c6df #c6cddf

Monochromatic Colors of #ccc6df

#ccc6df

Complementary Color

#ccc6df #d9dfc6

#ccc6df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc6df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc6df Color CSS Codes

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

#ccc6df Text Font Color

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

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


#ccc6df Background Color

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

This div background color is #ccc6df


#ccc6df Border Color

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

This div border color is #ccc6df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,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 #ccc6df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc6df

#ccc6df Color Palettes


Comments

No comments written yet.

Please login to write comment.