Shades of Link Water #CACBD4
Tints of Link Water #CACBD4
RGB
CMYK
RGB Variations
Color information
#CACBD4 (or 0xCACBD4) is known color: Link Water. HEX triplet: CA, CB and D4. RGB value is (202,203,212). Sum of RGB (Red+Green+Blue) = 202+203+212=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 203 (79.69% from 255 or 32.90% from 617); Blue value is 212 (83.20% from 255 or 34.36% from 617); Max value from RGB is 212 - color contains mainly: blue. Hex color #CACBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBD4 is #35342B. Grayscale: #CBCBCB. Windows color (decimal): -3486764 or 13945802. OLE color: 13945802.
HSL color Cylindrical-coordinate representation of color #CACBD4: hue angle of 234º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CACBD4 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 203 | 212 | - |
| CMYK | 0.05 | 0.04 | 0 | 0.17 |
| HSL | 234º | 0.1% | 0.81% | - |
| HSV(B) | 234º | 0.05% | 0.83% | - |
| XYZ | 57.6 | 60.02 | 70.84 | - |
| YUV | 203.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 212 | 0.05 | 0.04 | 0 | 0.17 | 234 | 0.1 | 0.81 |
| Hex | CA | CB | D4 | 5 | 4 | 0 | 11 | EA | A | 51 |
| Octal | 312 | 313 | 324 | 5 | 4 | 0 | 21 | 352 | 12 | 121 |
| Binary | 11001010 | 11001011 | 11010100 | 101 | 100 | 0 | 10001 | 11101010 | 1010 | 1010001 |
Color Harmonies of #CACBD4
Complementary color
Monochromatic Colors of #CACBD4
Black with #CACBD4
Text Example
Text Example
White with #CACBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBD4; }
p { color: rgb(202,203,212); }
H1.HeaderClassName
{
color: #CACBD4;
}
.AnyTagClassName
{
color: #CACBD4;
}
</style>
background-color css
<style>
a { background-color: #CACBD4; }
a { background-color: rgb(202,203,212); }
div.DivClassName
{
background-color: #CACBD4;
}
.BgClassName
{
background-color: #CACBD4;
}
</style>
border-color css
<style>
span { border-color: #CACBD4; }
span { border-color: rgb(202,203,212); }
td.TdClassName
{
border-color: #CACBD4;
}
.TagClassName
{
border-color: #CACBD4;
}
</style>