Shades of Link Water #CACBD2
Tints of Link Water #CACBD2
RGB
CMYK
RGB Variations
Color information
#CACBD2 (or 0xCACBD2) is known color: Link Water. HEX triplet: CA, CB and D2. RGB value is (202,203,210). Sum of RGB (Red+Green+Blue) = 202+203+210=615 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.85% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 210 (82.42% from 255 or 34.15% from 615); Max value from RGB is 210 - color contains mainly: blue. Hex color #CACBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBD2 is #35342D. Grayscale: #CBCBCB. Windows color (decimal): -3486766 or 13814730. OLE color: 13814730.
HSL color Cylindrical-coordinate representation of color #CACBD2: hue angle of 232.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 #CACBD2 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 203 | 210 | - |
| CMYK | 0.04 | 0.03 | 0 | 0.18 |
| HSL | 232.5º | 0.08% | 0.81% | - |
| HSV(B) | 232.5º | 0.04% | 0.82% | - |
| XYZ | 57.35 | 59.92 | 69.52 | - |
| YUV | 203.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 210 | 0.04 | 0.03 | 0 | 0.18 | 232.5 | 0.08 | 0.81 |
| Hex | CA | CB | D2 | 4 | 3 | 0 | 12 | E8 | 8 | 51 |
| Octal | 312 | 313 | 322 | 4 | 3 | 0 | 22 | 350 | 10 | 121 |
| Binary | 11001010 | 11001011 | 11010010 | 100 | 11 | 0 | 10010 | 11101000 | 1000 | 1010001 |
Color Harmonies of #CACBD2
Complementary color
Monochromatic Colors of #CACBD2
Black with #CACBD2
Text Example
Text Example
White with #CACBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBD2; }
p { color: rgb(202,203,210); }
H1.HeaderClassName
{
color: #CACBD2;
}
.AnyTagClassName
{
color: #CACBD2;
}
</style>
background-color css
<style>
a { background-color: #CACBD2; }
a { background-color: rgb(202,203,210); }
div.DivClassName
{
background-color: #CACBD2;
}
.BgClassName
{
background-color: #CACBD2;
}
</style>
border-color css
<style>
span { border-color: #CACBD2; }
span { border-color: rgb(202,203,210); }
td.TdClassName
{
border-color: #CACBD2;
}
.TagClassName
{
border-color: #CACBD2;
}
</style>