Shades of Link Water #CACED3
Tints of Link Water #CACED3
RGB
CMYK
RGB Variations
Color information
#CACED3 (or 0xCACED3) is known color: Link Water. HEX triplet: CA, CE and D3. RGB value is (202,206,211). Sum of RGB (Red+Green+Blue) = 202+206+211=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 211 - color contains mainly: blue. Hex color #CACED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACED3 is #35312C. Grayscale: #CDCDCD. Windows color (decimal): -3485997 or 13881034. OLE color: 13881034.
HSL color Cylindrical-coordinate representation of color #CACED3: hue angle of 213.33º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CACED3 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 202 | 206 | 211 | - |
CMYK | 0.04 | 0.02 | 0 | 0.17 |
HSL | 213.33º | 0.09% | 0.81% | - |
HSV(B) | 213.33º | 0.04% | 0.83% | - |
XYZ | 58.19 | 61.4 | 70.41 | - |
YUV | 205.37 | 131.17 | 125.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 206 | 211 | 0.04 | 0.02 | 0 | 0.17 | 213.33 | 0.09 | 0.81 |
Hex | CA | CE | D3 | 4 | 2 | 0 | 11 | D5 | 9 | 51 |
Octal | 312 | 316 | 323 | 4 | 2 | 0 | 21 | 325 | 11 | 121 |
Binary | 11001010 | 11001110 | 11010011 | 100 | 10 | 0 | 10001 | 11010101 | 1001 | 1010001 |
Color Harmonies of #CACED3
Complementary color
Monochromatic Colors of #CACED3
Black with #CACED3
Text Example
Text Example
White with #CACED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACED3; }
p { color: rgb(202,206,211); }
H1.HeaderClassName
{
color: #CACED3;
}
.AnyTagClassName
{
color: #CACED3;
}
</style>
background-color css
<style>
a { background-color: #CACED3; }
a { background-color: rgb(202,206,211); }
div.DivClassName
{
background-color: #CACED3;
}
.BgClassName
{
background-color: #CACED3;
}
</style>
border-color css
<style>
span { border-color: #CACED3; }
span { border-color: rgb(202,206,211); }
td.TdClassName
{
border-color: #CACED3;
}
.TagClassName
{
border-color: #CACED3;
}
</style>