Shades of Link Water #C8D2E0
Tints of Link Water #C8D2E0
RGB
CMYK
RGB Variations
Color information
#C8D2E0 (or 0xC8D2E0) is known color: Link Water. HEX triplet: C8, D2 and E0. RGB value is (200,210,224). Sum of RGB (Red+Green+Blue) = 200+210+224=634 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.55% from 634); Green value is 210 (82.42% from 255 or 33.12% from 634); Blue value is 224 (87.89% from 255 or 35.33% from 634); Max value from RGB is 224 - color contains mainly: blue. Hex color #C8D2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8D2E0 is #372D1F. Grayscale: #D0D0D0. Windows color (decimal): -3616032 or 14734024. OLE color: 14734024.
HSL color Cylindrical-coordinate representation of color #C8D2E0: hue angle of 215º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C8D2E0 is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 210 | 224 | - |
| CMYK | 0.11 | 0.06 | 0 | 0.12 |
| HSL | 215º | 0.28% | 0.83% | - |
| HSV(B) | 215º | 0.11% | 0.88% | - |
| XYZ | 60.32 | 63.75 | 79.65 | - |
| YUV | 208.61 | 136.69 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 224 | 0.11 | 0.06 | 0 | 0.12 | 215 | 0.28 | 0.83 |
| Hex | C8 | D2 | E0 | B | 6 | 0 | C | D7 | 1C | 53 |
| Octal | 310 | 322 | 340 | 13 | 6 | 0 | 14 | 327 | 34 | 123 |
| Binary | 11001000 | 11010010 | 11100000 | 1011 | 110 | 0 | 1100 | 11010111 | 11100 | 1010011 |
Color Harmonies of #C8D2E0
Complementary color
Monochromatic Colors of #C8D2E0
Black with #C8D2E0
Text Example
Text Example
White with #C8D2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D2E0; }
p { color: rgb(200,210,224); }
H1.HeaderClassName
{
color: #C8D2E0;
}
.AnyTagClassName
{
color: #C8D2E0;
}
</style>
background-color css
<style>
a { background-color: #C8D2E0; }
a { background-color: rgb(200,210,224); }
div.DivClassName
{
background-color: #C8D2E0;
}
.BgClassName
{
background-color: #C8D2E0;
}
</style>
border-color css
<style>
span { border-color: #C8D2E0; }
span { border-color: rgb(200,210,224); }
td.TdClassName
{
border-color: #C8D2E0;
}
.TagClassName
{
border-color: #C8D2E0;
}
</style>