Shades of Link Water #CACED1
Tints of Link Water #CACED1
RGB
CMYK
RGB Variations
Color information
#CACED1 (or 0xCACED1) is known color: Link Water. HEX triplet: CA, CE and D1. RGB value is (202,206,209). Sum of RGB (Red+Green+Blue) = 202+206+209=617 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.74% from 617); Green value is 206 (80.86% from 255 or 33.39% from 617); Blue value is 209 (82.03% from 255 or 33.87% from 617); Max value from RGB is 209 - color contains mainly: blue. Hex color #CACED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACED1 is #35312E. Grayscale: #CDCDCD. Windows color (decimal): -3485999 or 13749962. OLE color: 13749962.
HSL color Cylindrical-coordinate representation of color #CACED1: hue angle of 205.71º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CACED1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 202 | 206 | 209 | - |
CMYK | 0.03 | 0.01 | 0 | 0.18 |
HSL | 205.71º | 0.07% | 0.81% | - |
HSV(B) | 205.71º | 0.03% | 0.82% | - |
XYZ | 57.94 | 61.3 | 69.1 | - |
YUV | 205.15 | 130.17 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 206 | 209 | 0.03 | 0.01 | 0 | 0.18 | 205.71 | 0.07 | 0.81 |
Hex | CA | CE | D1 | 3 | 1 | 0 | 12 | CE | 7 | 51 |
Octal | 312 | 316 | 321 | 3 | 1 | 0 | 22 | 316 | 7 | 121 |
Binary | 11001010 | 11001110 | 11010001 | 11 | 1 | 0 | 10010 | 11001110 | 111 | 1010001 |
Color Harmonies of #CACED1
Complementary color
Monochromatic Colors of #CACED1
Black with #CACED1
Text Example
Text Example
White with #CACED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACED1; }
p { color: rgb(202,206,209); }
H1.HeaderClassName
{
color: #CACED1;
}
.AnyTagClassName
{
color: #CACED1;
}
</style>
background-color css
<style>
a { background-color: #CACED1; }
a { background-color: rgb(202,206,209); }
div.DivClassName
{
background-color: #CACED1;
}
.BgClassName
{
background-color: #CACED1;
}
</style>
border-color css
<style>
span { border-color: #CACED1; }
span { border-color: rgb(202,206,209); }
td.TdClassName
{
border-color: #CACED1;
}
.TagClassName
{
border-color: #CACED1;
}
</style>