Shades of Link Water #CACBD1
Tints of Link Water #CACBD1
RGB
CMYK
RGB Variations
Color information
#CACBD1 (or 0xCACBD1) is known color: Link Water. HEX triplet: CA, CB and D1. RGB value is (202,203,209). Sum of RGB (Red+Green+Blue) = 202+203+209=614 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.90% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 209 (82.03% from 255 or 34.04% from 614); Max value from RGB is 209 - color contains mainly: blue. Hex color #CACBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBD1 is #35342E. Grayscale: #CBCBCB. Windows color (decimal): -3486767 or 13749194. OLE color: 13749194.
HSL color Cylindrical-coordinate representation of color #CACBD1: hue angle of 231.43º 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 #CACBD1 is Cyan = 0.03, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 203 | 209 | - |
| CMYK | 0.03 | 0.03 | 0 | 0.18 |
| HSL | 231.43º | 0.07% | 0.81% | - |
| HSV(B) | 231.43º | 0.03% | 0.82% | - |
| XYZ | 57.22 | 59.87 | 68.86 | - |
| YUV | 203.39 | 131.17 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 209 | 0.03 | 0.03 | 0 | 0.18 | 231.43 | 0.07 | 0.81 |
| Hex | CA | CB | D1 | 3 | 3 | 0 | 12 | E7 | 7 | 51 |
| Octal | 312 | 313 | 321 | 3 | 3 | 0 | 22 | 347 | 7 | 121 |
| Binary | 11001010 | 11001011 | 11010001 | 11 | 11 | 0 | 10010 | 11100111 | 111 | 1010001 |
Color Harmonies of #CACBD1
Complementary color
Monochromatic Colors of #CACBD1
Black with #CACBD1
Text Example
Text Example
White with #CACBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBD1; }
p { color: rgb(202,203,209); }
H1.HeaderClassName
{
color: #CACBD1;
}
.AnyTagClassName
{
color: #CACBD1;
}
</style>
background-color css
<style>
a { background-color: #CACBD1; }
a { background-color: rgb(202,203,209); }
div.DivClassName
{
background-color: #CACBD1;
}
.BgClassName
{
background-color: #CACBD1;
}
</style>
border-color css
<style>
span { border-color: #CACBD1; }
span { border-color: rgb(202,203,209); }
td.TdClassName
{
border-color: #CACBD1;
}
.TagClassName
{
border-color: #CACBD1;
}
</style>