#CCD4DD

Color #CCD4DD Link Water (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Link Water #CCD4DD

Tints of Link Water #CCD4DD

Color information

#CCD4DD (or 0xCCD4DD) is unknown color: approx Link Water. HEX triplet: CC, D4 and DD. RGB value is (204,212,221). Sum of RGB (Red+Green+Blue) = 204+212+221=637 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.03% from 637); Green value is 212 (83.20% from 255 or 33.28% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCD4DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4DD is #332B22. Grayscale: #D2D2D2. Windows color (decimal): -3353379 or 14537932. OLE color: 14537932.

HSL color Cylindrical-coordinate representation of color #CCD4DD: hue angle of 211.76º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD4DD is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204212221-
CMYK0.080.0400.13
HSL211.76º20%83.33%-
HSV(B)211.76º7.69%86.67%-
XYZ61.565.1477.74-
YUV210.63133.85123.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 32.03%
GREEN value IS 212 (83.20% from 255) = 33.28%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=32.03%
G=33.28%
B=34.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042122210.080.0400.13211.762083.33
HexCCD4DD840Dd41453
Octal31432433510401532424123
Binary11001100110101001101110110001000110111010100101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD4DD; }

 p { color: rgb(204,212,221); }

 H1.HeaderClassName
 {
   color: #CCD4DD;
 }
 .AnyTagClassName
 {
   color: #CCD4DD;
 }
</style>
background-color css

<style>
 a { background-color: #CCD4DD; }

 a { background-color: rgb(204,212,221); }

 div.DivClassName
 {
   background-color: #CCD4DD;
 }
 .BgClassName
 {
   background-color: #CCD4DD;
 }
</style>
border-color css

<style>
 span { border-color: #CCD4DD; }

 span { border-color: rgb(204,212,221); }

 td.TdClassName
 {
   border-color: #CCD4DD;
 }
 .TagClassName
 {
   border-color: #CCD4DD;
 }
</style>