Shades of Link Water #CACBD6
Tints of Link Water #CACBD6
RGB
CMYK
RGB Variations
Color information
#CACBD6 (or 0xCACBD6) is known color: Link Water. HEX triplet: CA, CB and D6. RGB value is (202,203,214). Sum of RGB (Red+Green+Blue) = 202+203+214=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 203 (79.69% from 255 or 32.79% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 214 - color contains mainly: blue. Hex color #CACBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBD6 is #353429. Grayscale: #CBCBCB. Windows color (decimal): -3486762 or 14076874. OLE color: 14076874.
HSL color Cylindrical-coordinate representation of color #CACBD6: hue angle of 235º degrees, saturation: 0.13, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CACBD6 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 203 | 214 | - |
| CMYK | 0.06 | 0.05 | 0 | 0.16 |
| HSL | 235º | 0.13% | 0.82% | - |
| HSV(B) | 235º | 0.06% | 0.84% | - |
| XYZ | 57.85 | 60.12 | 72.17 | - |
| YUV | 203.96 | 133.67 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 214 | 0.06 | 0.05 | 0 | 0.16 | 235 | 0.13 | 0.82 |
| Hex | CA | CB | D6 | 6 | 5 | 0 | 10 | EB | D | 52 |
| Octal | 312 | 313 | 326 | 6 | 5 | 0 | 20 | 353 | 15 | 122 |
| Binary | 11001010 | 11001011 | 11010110 | 110 | 101 | 0 | 10000 | 11101011 | 1101 | 1010010 |
Color Harmonies of #CACBD6
Complementary color
Monochromatic Colors of #CACBD6
Black with #CACBD6
Text Example
Text Example
White with #CACBD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBD6; }
p { color: rgb(202,203,214); }
H1.HeaderClassName
{
color: #CACBD6;
}
.AnyTagClassName
{
color: #CACBD6;
}
</style>
background-color css
<style>
a { background-color: #CACBD6; }
a { background-color: rgb(202,203,214); }
div.DivClassName
{
background-color: #CACBD6;
}
.BgClassName
{
background-color: #CACBD6;
}
</style>
border-color css
<style>
span { border-color: #CACBD6; }
span { border-color: rgb(202,203,214); }
td.TdClassName
{
border-color: #CACBD6;
}
.TagClassName
{
border-color: #CACBD6;
}
</style>