Shades of Link Water #CACEDC
Tints of Link Water #CACEDC
RGB
CMYK
RGB Variations
Color information
#CACEDC (or 0xCACEDC) is known color: Link Water. HEX triplet: CA, CE and DC. RGB value is (202,206,220). Sum of RGB (Red+Green+Blue) = 202+206+220=628 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.17% from 628); Green value is 206 (80.86% from 255 or 32.80% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #CACEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEDC is #353123. Grayscale: #CECECE. Windows color (decimal): -3485988 or 14470858. OLE color: 14470858.
HSL color Cylindrical-coordinate representation of color #CACEDC: hue angle of 226.67º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CACEDC is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 206 | 220 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.14 |
| HSL | 226.67º | 0.2% | 0.83% | - |
| HSV(B) | 226.67º | 0.08% | 0.86% | - |
| XYZ | 59.35 | 61.87 | 76.52 | - |
| YUV | 206.4 | 135.67 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 220 | 0.08 | 0.06 | 0 | 0.14 | 226.67 | 0.2 | 0.83 |
| Hex | CA | CE | DC | 8 | 6 | 0 | E | E3 | 14 | 53 |
| Octal | 312 | 316 | 334 | 10 | 6 | 0 | 16 | 343 | 24 | 123 |
| Binary | 11001010 | 11001110 | 11011100 | 1000 | 110 | 0 | 1110 | 11100011 | 10100 | 1010011 |
Color Harmonies of #CACEDC
Complementary color
Monochromatic Colors of #CACEDC
Black with #CACEDC
Text Example
Text Example
White with #CACEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEDC; }
p { color: rgb(202,206,220); }
H1.HeaderClassName
{
color: #CACEDC;
}
.AnyTagClassName
{
color: #CACEDC;
}
</style>
background-color css
<style>
a { background-color: #CACEDC; }
a { background-color: rgb(202,206,220); }
div.DivClassName
{
background-color: #CACEDC;
}
.BgClassName
{
background-color: #CACEDC;
}
</style>
border-color css
<style>
span { border-color: #CACEDC; }
span { border-color: rgb(202,206,220); }
td.TdClassName
{
border-color: #CACEDC;
}
.TagClassName
{
border-color: #CACEDC;
}
</style>