Shades of Link Water #CACBD5
Tints of Link Water #CACBD5
RGB
CMYK
RGB Variations
Color information
#CACBD5 (or 0xCACBD5) is known color: Link Water. HEX triplet: CA, CB and D5. RGB value is (202,203,213). Sum of RGB (Red+Green+Blue) = 202+203+213=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 203 (79.69% from 255 or 32.85% from 618); Blue value is 213 (83.59% from 255 or 34.47% from 618); Max value from RGB is 213 - color contains mainly: blue. Hex color #CACBD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBD5 is #35342A. Grayscale: #CBCBCB. Windows color (decimal): -3486763 or 14011338. OLE color: 14011338.
HSL color Cylindrical-coordinate representation of color #CACBD5: hue angle of 234.55º degrees, saturation: 0.12, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CACBD5 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 203 | 213 | - |
| CMYK | 0.05 | 0.05 | 0 | 0.16 |
| HSL | 234.55º | 0.12% | 0.81% | - |
| HSV(B) | 234.55º | 0.05% | 0.84% | - |
| XYZ | 57.72 | 60.07 | 71.5 | - |
| YUV | 203.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 213 | 0.05 | 0.05 | 0 | 0.16 | 234.55 | 0.12 | 0.81 |
| Hex | CA | CB | D5 | 5 | 5 | 0 | 10 | EB | C | 51 |
| Octal | 312 | 313 | 325 | 5 | 5 | 0 | 20 | 353 | 14 | 121 |
| Binary | 11001010 | 11001011 | 11010101 | 101 | 101 | 0 | 10000 | 11101011 | 1100 | 1010001 |
Color Harmonies of #CACBD5
Complementary color
Monochromatic Colors of #CACBD5
Black with #CACBD5
Text Example
Text Example
White with #CACBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBD5; }
p { color: rgb(202,203,213); }
H1.HeaderClassName
{
color: #CACBD5;
}
.AnyTagClassName
{
color: #CACBD5;
}
</style>
background-color css
<style>
a { background-color: #CACBD5; }
a { background-color: rgb(202,203,213); }
div.DivClassName
{
background-color: #CACBD5;
}
.BgClassName
{
background-color: #CACBD5;
}
</style>
border-color css
<style>
span { border-color: #CACBD5; }
span { border-color: rgb(202,203,213); }
td.TdClassName
{
border-color: #CACBD5;
}
.TagClassName
{
border-color: #CACBD5;
}
</style>