Shades of Link Water #CACED5
Tints of Link Water #CACED5
RGB
CMYK
RGB Variations
Color information
#CACED5 (or 0xCACED5) is known color: Link Water. HEX triplet: CA, CE and D5. RGB value is (202,206,213). Sum of RGB (Red+Green+Blue) = 202+206+213=621 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.53% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 213 - color contains mainly: blue. Hex color #CACED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACED5 is #35312A. Grayscale: #CDCDCD. Windows color (decimal): -3485995 or 14012106. OLE color: 14012106.
HSL color Cylindrical-coordinate representation of color #CACED5: hue angle of 218.18º 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 #CACED5 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 206 | 213 | - |
CMYK | 0.05 | 0.03 | 0 | 0.16 |
HSL | 218.18º | 0.12% | 0.81% | - |
HSV(B) | 218.18º | 0.05% | 0.84% | - |
XYZ | 58.44 | 61.5 | 71.74 | - |
YUV | 205.6 | 132.17 | 125.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 206 | 213 | 0.05 | 0.03 | 0 | 0.16 | 218.18 | 0.12 | 0.81 |
Hex | CA | CE | D5 | 5 | 3 | 0 | 10 | DA | C | 51 |
Octal | 312 | 316 | 325 | 5 | 3 | 0 | 20 | 332 | 14 | 121 |
Binary | 11001010 | 11001110 | 11010101 | 101 | 11 | 0 | 10000 | 11011010 | 1100 | 1010001 |
Color Harmonies of #CACED5
Complementary color
Monochromatic Colors of #CACED5
Black with #CACED5
Text Example
Text Example
White with #CACED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACED5; }
p { color: rgb(202,206,213); }
H1.HeaderClassName
{
color: #CACED5;
}
.AnyTagClassName
{
color: #CACED5;
}
</style>
background-color css
<style>
a { background-color: #CACED5; }
a { background-color: rgb(202,206,213); }
div.DivClassName
{
background-color: #CACED5;
}
.BgClassName
{
background-color: #CACED5;
}
</style>
border-color css
<style>
span { border-color: #CACED5; }
span { border-color: rgb(202,206,213); }
td.TdClassName
{
border-color: #CACED5;
}
.TagClassName
{
border-color: #CACED5;
}
</style>