#CCD0D4

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

Shades of Link Water #CCD0D4

Tints of Link Water #CCD0D4

Color information

#CCD0D4 (or 0xCCD0D4) is unknown color: approx Link Water. HEX triplet: CC, D0 and D4. RGB value is (204,208,212). Sum of RGB (Red+Green+Blue) = 204+208+212=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 208 (81.64% from 255 or 33.33% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCD0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0D4 is #332F2B. Grayscale: #CFCFCF. Windows color (decimal): -3354412 or 13947084. OLE color: 13947084.

HSL color Cylindrical-coordinate representation of color #CCD0D4: hue angle of 210º degrees, saturation: 0.09, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CCD0D4 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB204208212-
CMYK0.040.0200.17
HSL210º8.51%81.57%-
HSV(B)210º3.77%83.14%-
XYZ59.3462.771.26-
YUV207.26130.67125.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.69%
GREEN value IS 208 (81.64% from 255) = 33.33%
BLUE value IS 212 (83.20% from 255) = 33.97%
R=32.69%
G=33.33%
B=33.97%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042082120.040.0200.172108.5181.57
HexCCD0D442011d2952
Octal3143203244202132211122
Binary110011001101000011010100100100100011101001010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0D4; }

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

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

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

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

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

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

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

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