#CACDD2

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

Shades of Link Water #CACDD2

Tints of Link Water #CACDD2

Color information

#CACDD2 (or 0xCACDD2) is unknown color: approx Link Water. HEX triplet: CA, CD and D2. RGB value is (202,205,210). Sum of RGB (Red+Green+Blue) = 202+205+210=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 210 - color contains mainly: blue. Hex color #CACDD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDD2 is #35322D. Grayscale: #CCCCCC. Windows color (decimal): -3486254 or 13815242. OLE color: 13815242.

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

Color convert

RGB202205210-
CMYK0.040.0200.18
HSL217.5º8.16%80.78%-
HSV(B)217.5º3.81%82.35%-
XYZ57.8260.8769.67-
YUV204.67131.01126.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.74%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 210 (82.42% from 255) = 34.04%
R=32.74%
G=33.23%
B=34.04%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2022052100.040.0200.18217.58.1680.78
HexCACDD242012da851
Octal3123153224202233210121
Binary110010101100110111010010100100100101101101010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CACDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CACDD2; }

 p { color: rgb(202,205,210); }

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

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

 a { background-color: rgb(202,205,210); }

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

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

 span { border-color: rgb(202,205,210); }

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