Shades of Edgewater #D0D6D1
Tints of Edgewater #D0D6D1
RGB
CMYK
RGB Variations
Color information
#D0D6D1 (or 0xD0D6D1) is known color: Edgewater. HEX triplet: D0, D6 and D1. RGB value is (208,214,209). Sum of RGB (Red+Green+Blue) = 208+214+209=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 214 (83.98% from 255 or 33.91% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D6D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D6D1 is #2F292E. Grayscale: #D3D3D3. Windows color (decimal): -3090735 or 13752016. OLE color: 13752016.
HSL color Cylindrical-coordinate representation of color #D0D6D1: hue angle of 130º degrees, saturation: 0.07, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D0D6D1 is Cyan = 0.03, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 214 | 209 | - |
| CMYK | 0.03 | 0 | 0.02 | 0.16 |
| HSL | 130º | 0.07% | 0.83% | - |
| HSV(B) | 130º | 0.03% | 0.84% | - |
| XYZ | 61.57 | 66.11 | 69.84 | - |
| YUV | 211.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 214 | 209 | 0.03 | 0 | 0.02 | 0.16 | 130 | 0.07 | 0.83 |
| Hex | D0 | D6 | D1 | 3 | 0 | 2 | 10 | 82 | 7 | 53 |
| Octal | 320 | 326 | 321 | 3 | 0 | 2 | 20 | 202 | 7 | 123 |
| Binary | 11010000 | 11010110 | 11010001 | 11 | 0 | 10 | 10000 | 10000010 | 111 | 1010011 |
Color Harmonies of #D0D6D1
Complementary color
Monochromatic Colors of #D0D6D1
Black with #D0D6D1
Text Example
Text Example
White with #D0D6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D6D1; }
p { color: rgb(208,214,209); }
H1.HeaderClassName
{
color: #D0D6D1;
}
.AnyTagClassName
{
color: #D0D6D1;
}
</style>
background-color css
<style>
a { background-color: #D0D6D1; }
a { background-color: rgb(208,214,209); }
div.DivClassName
{
background-color: #D0D6D1;
}
.BgClassName
{
background-color: #D0D6D1;
}
</style>
border-color css
<style>
span { border-color: #D0D6D1; }
span { border-color: rgb(208,214,209); }
td.TdClassName
{
border-color: #D0D6D1;
}
.TagClassName
{
border-color: #D0D6D1;
}
</style>