Shades of Reef #D0EE9D
Tints of Reef #D0EE9D
RGB
CMYK
RGB Variations
Color information
#D0EE9D (or 0xD0EE9D) is known color: Reef. HEX triplet: D0, EE and 9D. RGB value is (208,238,157). Sum of RGB (Red+Green+Blue) = 208+238+157=603 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.49% from 603); Green value is 238 (93.36% from 255 or 39.47% from 603); Blue value is 157 (61.72% from 255 or 26.04% from 603); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE9D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EE9D is #2F1162. Grayscale: #DCDCDC. Windows color (decimal): -3084643 or 10350288. OLE color: 10350288.
HSL color Cylindrical-coordinate representation of color #D0EE9D: hue angle of 82.22º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0EE9D is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 157 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.07 |
| HSL | 82.22º | 0.7% | 0.77% | - |
| HSV(B) | 82.22º | 0.34% | 0.93% | - |
| XYZ | 62.67 | 76.99 | 43.46 | - |
| YUV | 219.8 | 92.56 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 157 | 0.13 | 0 | 0.34 | 0.07 | 82.22 | 0.7 | 0.77 |
| Hex | D0 | EE | 9D | D | 0 | 22 | 7 | 52 | 46 | 4D |
| Octal | 320 | 356 | 235 | 15 | 0 | 42 | 7 | 122 | 106 | 115 |
| Binary | 11010000 | 11101110 | 10011101 | 1101 | 0 | 100010 | 111 | 1010010 | 1000110 | 1001101 |
Color Harmonies of #D0EE9D
Complementary color
Monochromatic Colors of #D0EE9D
Black with #D0EE9D
Text Example
Text Example
White with #D0EE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE9D; }
p { color: rgb(208,238,157); }
H1.HeaderClassName
{
color: #D0EE9D;
}
.AnyTagClassName
{
color: #D0EE9D;
}
</style>
background-color css
<style>
a { background-color: #D0EE9D; }
a { background-color: rgb(208,238,157); }
div.DivClassName
{
background-color: #D0EE9D;
}
.BgClassName
{
background-color: #D0EE9D;
}
</style>
border-color css
<style>
span { border-color: #D0EE9D; }
span { border-color: rgb(208,238,157); }
td.TdClassName
{
border-color: #D0EE9D;
}
.TagClassName
{
border-color: #D0EE9D;
}
</style>