#CCD0D5

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

Shades of Link Water #CCD0D5

Tints of Link Water #CCD0D5

Color information

#CCD0D5 (or 0xCCD0D5) is unknown color: approx Link Water. HEX triplet: CC, D0 and D5. RGB value is (204,208,213). Sum of RGB (Red+Green+Blue) = 204+208+213=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 208 (81.64% from 255 or 33.28% from 625); Blue value is 213 (83.59% from 255 or 34.08% from 625); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCD0D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD0D5 is #332F2A. Grayscale: #CFCFCF. Windows color (decimal): -3354411 or 14012620. OLE color: 14012620.

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

Color convert

RGB204208213-
CMYK0.040.0200.16
HSL213.33º9.68%81.76%-
HSV(B)213.33º4.23%83.53%-
XYZ59.4762.7571.93-
YUV207.37131.17125.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 208 (81.64% from 255) = 33.28%
BLUE value IS 213 (83.59% from 255) = 34.08%
R=32.64%
G=33.28%
B=34.08%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042082130.040.0200.16213.339.6881.76
HexCCD0D542010d5a52
Octal3143203254202032512122
Binary110011001101000011010101100100100001101010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD0D5; }

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

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

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

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

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

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

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

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