Shades of Link Water #CED0DB
Tints of Link Water #CED0DB
RGB
CMYK
RGB Variations
Color information
#CED0DB (or 0xCED0DB) is known color: Link Water. HEX triplet: CE, D0 and DB. RGB value is (206,208,219). Sum of RGB (Red+Green+Blue) = 206+208+219=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 208 (81.64% from 255 or 32.86% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 219 - color contains mainly: blue. Hex color #CED0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CED0DB is #312F24. Grayscale: #D0D0D0. Windows color (decimal): -3223333 or 14405838. OLE color: 14405838.
HSL color Cylindrical-coordinate representation of color #CED0DB: hue angle of 230.77º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CED0DB is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 208 | 219 | - |
CMYK | 0.06 | 0.05 | 0 | 0.14 |
HSL | 230.77º | 0.15% | 0.83% | - |
HSV(B) | 230.77º | 0.06% | 0.86% | - |
XYZ | 60.8 | 63.35 | 76.04 | - |
YUV | 208.66 | 133.84 | 126.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 208 | 219 | 0.06 | 0.05 | 0 | 0.14 | 230.77 | 0.15 | 0.83 |
Hex | CE | D0 | DB | 6 | 5 | 0 | E | E7 | F | 53 |
Octal | 316 | 320 | 333 | 6 | 5 | 0 | 16 | 347 | 17 | 123 |
Binary | 11001110 | 11010000 | 11011011 | 110 | 101 | 0 | 1110 | 11100111 | 1111 | 1010011 |
Color Harmonies of #CED0DB
Complementary color
Monochromatic Colors of #CED0DB
Black with #CED0DB
Text Example
Text Example
White with #CED0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED0DB; }
p { color: rgb(206,208,219); }
H1.HeaderClassName
{
color: #CED0DB;
}
.AnyTagClassName
{
color: #CED0DB;
}
</style>
background-color css
<style>
a { background-color: #CED0DB; }
a { background-color: rgb(206,208,219); }
div.DivClassName
{
background-color: #CED0DB;
}
.BgClassName
{
background-color: #CED0DB;
}
</style>
border-color css
<style>
span { border-color: #CED0DB; }
span { border-color: rgb(206,208,219); }
td.TdClassName
{
border-color: #CED0DB;
}
.TagClassName
{
border-color: #CED0DB;
}
</style>