Shades of Link Water #C4D4DE
Tints of Link Water #C4D4DE
RGB
CMYK
RGB Variations
Color information
#C4D4DE (or 0xC4D4DE) is known color: Link Water. HEX triplet: C4, D4 and DE. RGB value is (196,212,222). Sum of RGB (Red+Green+Blue) = 196+212+222=630 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.11% from 630); Green value is 212 (83.20% from 255 or 33.65% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #C4D4DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D4DE is #3B2B21. Grayscale: #D0D0D0. Windows color (decimal): -3877666 or 14603460. OLE color: 14603460.
HSL color Cylindrical-coordinate representation of color #C4D4DE: hue angle of 203.08º degrees, saturation: 0.28, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4D4DE is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 196 | 212 | 222 | - |
| CMYK | 0.12 | 0.05 | 0 | 0.13 |
| HSL | 203.08º | 0.28% | 0.82% | - |
| HSV(B) | 203.08º | 0.12% | 0.87% | - |
| XYZ | 59.49 | 64.1 | 78.34 | - |
| YUV | 208.36 | 135.7 | 119.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 212 | 222 | 0.12 | 0.05 | 0 | 0.13 | 203.08 | 0.28 | 0.82 |
| Hex | C4 | D4 | DE | C | 5 | 0 | D | CB | 1C | 52 |
| Octal | 304 | 324 | 336 | 14 | 5 | 0 | 15 | 313 | 34 | 122 |
| Binary | 11000100 | 11010100 | 11011110 | 1100 | 101 | 0 | 1101 | 11001011 | 11100 | 1010010 |
Color Harmonies of #C4D4DE
Complementary color
Monochromatic Colors of #C4D4DE
Black with #C4D4DE
Text Example
Text Example
White with #C4D4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D4DE; }
p { color: rgb(196,212,222); }
H1.HeaderClassName
{
color: #C4D4DE;
}
.AnyTagClassName
{
color: #C4D4DE;
}
</style>
background-color css
<style>
a { background-color: #C4D4DE; }
a { background-color: rgb(196,212,222); }
div.DivClassName
{
background-color: #C4D4DE;
}
.BgClassName
{
background-color: #C4D4DE;
}
</style>
border-color css
<style>
span { border-color: #C4D4DE; }
span { border-color: rgb(196,212,222); }
td.TdClassName
{
border-color: #C4D4DE;
}
.TagClassName
{
border-color: #C4D4DE;
}
</style>