Color Hex Logo

#ccc5df Color Hex

#CCC5DF
(204,197,223)
0 Favorites   0 Comments

Color spaces of #ccc5df

RGB 204197223
HSL0.710.290.82
HSV256°12°87°
CMYK 0.090.120.00   0.13
XYZ58.187458.097677.9592
Yxy58.09760.29960.2991
Hunter Lab76.22182.8781-7.2862
CIE-Lab80.79307.3433-12.0383

#ccc5df color RGB value is (204,197,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 11011111
Octal 314 305 337
Decimal 204 197 223
Hex CC C5 DF

RGB Percentages of Color #ccc5df

%32.69
%31.57
%35.74

CMYK Percentages of Color #ccc5df

%9
%12
%0
%13

Triadic Colors of #ccc5df

#ccc5df #dfccc5 #c5dfcc

Analogous Colors of #ccc5df

#ccc5df #d9c5df #c5cbdf

Monochromatic Colors of #ccc5df

#ccc5df

Complementary Color

#ccc5df #d8dfc5

#ccc5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc5df Color CSS Codes

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

#ccc5df Text Font Color

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

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


#ccc5df Background Color

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

This div background color is #ccc5df


#ccc5df Border Color

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

This div border color is #ccc5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc5df


Comments

No comments written yet.

Please login to write comment.