#CCD4D9

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

Shades of Link Water #CCD4D9

Tints of Link Water #CCD4D9

Color information

#CCD4D9 (or 0xCCD4D9) is unknown color: approx Link Water. HEX triplet: CC, D4 and D9. RGB value is (204,212,217). Sum of RGB (Red+Green+Blue) = 204+212+217=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 212 (83.20% from 255 or 33.49% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 217 - color contains mainly: blue. Hex color #CCD4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4D9 is #332B26. Grayscale: #D2D2D2. Windows color (decimal): -3353383 or 14275788. OLE color: 14275788.

HSL color Cylindrical-coordinate representation of color #CCD4D9: hue angle of 203.08º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD4D9 is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB204212217-
CMYK0.060.0200.15
HSL203.08º14.61%82.55%-
HSV(B)203.08º5.99%85.1%-
XYZ60.9764.9374.97-
YUV210.18131.85123.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 212 (83.20% from 255) = 33.49%
BLUE value IS 217 (85.16% from 255) = 34.28%
R=32.23%
G=33.49%
B=34.28%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2042122170.060.0200.15203.0814.6182.55
HexCCD4D9620Fcbf53
Octal3143243316201731317123
Binary11001100110101001101100111010011111100101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD4D9; }

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

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

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

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

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

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

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

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