Shades of Link Water #CED2D8
Tints of Link Water #CED2D8
RGB
CMYK
RGB Variations
Color information
#CED2D8 (or 0xCED2D8) is known color: Link Water. HEX triplet: CE, D2 and D8. RGB value is (206,210,216). Sum of RGB (Red+Green+Blue) = 206+210+216=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 210 (82.42% from 255 or 33.23% from 632); Blue value is 216 (84.77% from 255 or 34.18% from 632); Max value from RGB is 216 - color contains mainly: blue. Hex color #CED2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED2D8 is #312D27. Grayscale: #D1D1D1. Windows color (decimal): -3222824 or 14209742. OLE color: 14209742.
HSL color Cylindrical-coordinate representation of color #CED2D8: hue angle of 216º degrees, saturation: 0.11, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CED2D8 is Cyan = 0.05, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 210 | 216 | - |
CMYK | 0.05 | 0.03 | 0 | 0.15 |
HSL | 216º | 0.11% | 0.83% | - |
HSV(B) | 216º | 0.05% | 0.85% | - |
XYZ | 60.89 | 64.17 | 74.14 | - |
YUV | 209.49 | 131.67 | 125.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 210 | 216 | 0.05 | 0.03 | 0 | 0.15 | 216 | 0.11 | 0.83 |
Hex | CE | D2 | D8 | 5 | 3 | 0 | F | D8 | B | 53 |
Octal | 316 | 322 | 330 | 5 | 3 | 0 | 17 | 330 | 13 | 123 |
Binary | 11001110 | 11010010 | 11011000 | 101 | 11 | 0 | 1111 | 11011000 | 1011 | 1010011 |
Color Harmonies of #CED2D8
Complementary color
Monochromatic Colors of #CED2D8
Black with #CED2D8
Text Example
Text Example
White with #CED2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED2D8; }
p { color: rgb(206,210,216); }
H1.HeaderClassName
{
color: #CED2D8;
}
.AnyTagClassName
{
color: #CED2D8;
}
</style>
background-color css
<style>
a { background-color: #CED2D8; }
a { background-color: rgb(206,210,216); }
div.DivClassName
{
background-color: #CED2D8;
}
.BgClassName
{
background-color: #CED2D8;
}
</style>
border-color css
<style>
span { border-color: #CED2D8; }
span { border-color: rgb(206,210,216); }
td.TdClassName
{
border-color: #CED2D8;
}
.TagClassName
{
border-color: #CED2D8;
}
</style>