Shades of Link Water #CACFDE
Tints of Link Water #CACFDE
RGB
CMYK
RGB Variations
Color information
#CACFDE (or 0xCACFDE) is known color: Link Water. HEX triplet: CA, CF and DE. RGB value is (202,207,222). Sum of RGB (Red+Green+Blue) = 202+207+222=631 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.01% from 631); Green value is 207 (81.25% from 255 or 32.81% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 222 - color contains mainly: blue. Hex color #CACFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACFDE is #353021. Grayscale: #CFCFCF. Windows color (decimal): -3485730 or 14602186. OLE color: 14602186.
HSL color Cylindrical-coordinate representation of color #CACFDE: hue angle of 225º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACFDE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 207 | 222 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.13 |
| HSL | 225º | 0.23% | 0.83% | - |
| HSV(B) | 225º | 0.09% | 0.87% | - |
| XYZ | 59.85 | 62.46 | 78.01 | - |
| YUV | 207.22 | 136.34 | 124.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 222 | 0.09 | 0.07 | 0 | 0.13 | 225 | 0.23 | 0.83 |
| Hex | CA | CF | DE | 9 | 7 | 0 | D | E1 | 17 | 53 |
| Octal | 312 | 317 | 336 | 11 | 7 | 0 | 15 | 341 | 27 | 123 |
| Binary | 11001010 | 11001111 | 11011110 | 1001 | 111 | 0 | 1101 | 11100001 | 10111 | 1010011 |
Color Harmonies of #CACFDE
Complementary color
Monochromatic Colors of #CACFDE
Black with #CACFDE
Text Example
Text Example
White with #CACFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACFDE; }
p { color: rgb(202,207,222); }
H1.HeaderClassName
{
color: #CACFDE;
}
.AnyTagClassName
{
color: #CACFDE;
}
</style>
background-color css
<style>
a { background-color: #CACFDE; }
a { background-color: rgb(202,207,222); }
div.DivClassName
{
background-color: #CACFDE;
}
.BgClassName
{
background-color: #CACFDE;
}
</style>
border-color css
<style>
span { border-color: #CACFDE; }
span { border-color: rgb(202,207,222); }
td.TdClassName
{
border-color: #CACFDE;
}
.TagClassName
{
border-color: #CACFDE;
}
</style>