#CACCD1

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

Shades of Link Water #CACCD1

Tints of Link Water #CACCD1

Color information

#CACCD1 (or 0xCACCD1) is unknown color: approx Link Water. HEX triplet: CA, CC and D1. RGB value is (202,204,209). Sum of RGB (Red+Green+Blue) = 202+204+209=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 204 (80.08% from 255 or 33.17% from 615); Blue value is 209 (82.03% from 255 or 33.98% from 615); Max value from RGB is 209 - color contains mainly: blue. Hex color #CACCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCD1 is #35332E. Grayscale: #CBCBCB. Windows color (decimal): -3486511 or 13749450. OLE color: 13749450.

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

Color convert

RGB202204209-
CMYK0.030.0200.18
HSL222.86º7.07%80.59%-
HSV(B)222.86º3.35%81.96%-
XYZ57.4660.3568.94-
YUV203.97130.84126.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.85%
GREEN value IS 204 (80.08% from 255) = 33.17%
BLUE value IS 209 (82.03% from 255) = 33.98%
R=32.85%
G=33.17%
B=33.98%

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
Decimal2022042090.030.0200.18222.867.0780.59
HexCACCD132012df751
Octal312314321320223377121
Binary1100101011001100110100011110010010110111111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACCD1; }

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

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

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

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

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

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

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

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