Shades of Link Water #CACDD2
Tints of Link Water #CACDD2
RGB
CMYK
RGB Variations
Color information
#CACDD2 (or 0xCACDD2) is known color: 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
RGB | 202 | 205 | 210 | - |
CMYK | 0.04 | 0.02 | 0 | 0.18 |
HSL | 217.5º | 0.08% | 0.81% | - |
HSV(B) | 217.5º | 0.04% | 0.82% | - |
XYZ | 57.82 | 60.87 | 69.67 | - |
YUV | 204.67 | 131.01 | 126.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 205 | 210 | 0.04 | 0.02 | 0 | 0.18 | 217.5 | 0.08 | 0.81 |
Hex | CA | CD | D2 | 4 | 2 | 0 | 12 | DA | 8 | 51 |
Octal | 312 | 315 | 322 | 4 | 2 | 0 | 22 | 332 | 10 | 121 |
Binary | 11001010 | 11001101 | 11010010 | 100 | 10 | 0 | 10010 | 11011010 | 1000 | 1010001 |
Color Harmonies of #CACDD2
Complementary color
Monochromatic Colors of #CACDD2
Black with #CACDD2
Text Example
Text Example
White with #CACDD2
Text Example
Text Example
HTML Codes & Css Web 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>