Color Hex Logo

#ccc9da Color Hex

#CCC9DA
(204,201,218)
0 Favorites   0 Comments

Color spaces of #ccc9da

RGB 204201218
HSL0.700.190.82
HSV251°85°
CMYK 0.060.080.00   0.15
XYZ58.443459.672674.7673
Yxy59.67260.30300.3094
Hunter Lab77.2480-0.1367-3.3123
CIE-Lab81.65994.2284-8.0677

#ccc9da color RGB value is (204,201,218).

#ccc9da hex color red value is 204, green value is 201 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ccc9da hue: 0.70 , saturation: 0.19 and the lightness value of ccc9da is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 11011010
Octal 314 311 332
Decimal 204 201 218
Hex CC C9 DA

RGB Percentages of Color #ccc9da

%32.74
%32.26
%34.99

CMYK Percentages of Color #ccc9da

%6
%8
%0
%15

Triadic Colors of #ccc9da

#ccc9da #daccc9 #c9dacc

Analogous Colors of #ccc9da

#ccc9da #d5c9da #c9cfda

Monochromatic Colors of #ccc9da

#ccc9da

Complementary Color

#ccc9da #d7dac9

#ccc9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc9da Color CSS Codes

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

#ccc9da Text Font Color

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

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


#ccc9da Background Color

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

This div background color is #ccc9da


#ccc9da Border Color

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

This div border color is #ccc9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc9da


Comments

No comments written yet.

Please login to write comment.