#CCD4DE

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

Shades of Link Water #CCD4DE

Tints of Link Water #CCD4DE

Color information

#CCD4DE (or 0xCCD4DE) is unknown color: approx Link Water. HEX triplet: CC, D4 and DE. RGB value is (204,212,222). Sum of RGB (Red+Green+Blue) = 204+212+222=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 212 (83.20% from 255 or 33.23% from 638); Blue value is 222 (87.11% from 255 or 34.80% from 638); Max value from RGB is 222 - color contains mainly: blue. Hex color #CCD4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4DE is #332B21. Grayscale: #D2D2D2. Windows color (decimal): -3353378 or 14603468. OLE color: 14603468.

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

Color convert

RGB204212222-
CMYK0.080.0500.13
HSL213.33º21.43%83.53%-
HSV(B)213.33º8.11%87.06%-
XYZ61.6365.278.44-
YUV210.75134.35123.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 212 (83.20% from 255) = 33.23%
BLUE value IS 222 (87.11% from 255) = 34.80%
R=31.97%
G=33.23%
B=34.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2042122220.080.0500.13213.3321.4383.53
HexCCD4DE850Dd51554
Octal31432433610501532525124
Binary11001100110101001101111010001010110111010101101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD4DE; }

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

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

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

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

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

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

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

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