#CACCD0

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

Shades of Link Water #CACCD0

Tints of Link Water #CACCD0

Color information

#CACCD0 (or 0xCACCD0) is unknown color: approx Link Water. HEX triplet: CA, CC and D0. RGB value is (202,204,208). Sum of RGB (Red+Green+Blue) = 202+204+208=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 208 - color contains mainly: blue. Hex color #CACCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCD0 is #35332F. Grayscale: #CBCBCB. Windows color (decimal): -3486512 or 13683914. OLE color: 13683914.

HSL color Cylindrical-coordinate representation of color #CACCD0: hue angle of 220º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CACCD0 is Cyan = 0.03, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202204208-
CMYK0.030.0200.18
HSL220º6%80.39%-
HSV(B)220º2.88%81.57%-
XYZ57.3460.368.29-
YUV203.86130.34126.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.90%
GREEN value IS 204 (80.08% from 255) = 33.22%
BLUE value IS 208 (81.64% from 255) = 33.88%
R=32.90%
G=33.22%
B=33.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022042080.030.0200.18220680.39
HexCACCD032012dc650
Octal312314320320223346120
Binary1100101011001100110100001110010010110111001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCD0; }

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

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

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

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

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

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

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

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