Shades of Reef #D0EE8F
Tints of Reef #D0EE8F
RGB
CMYK
RGB Variations
Color information
#D0EE8F (or 0xD0EE8F) is known color: Reef. HEX triplet: D0, EE and 8F. RGB value is (208,238,143). Sum of RGB (Red+Green+Blue) = 208+238+143=589 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.31% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 143 (56.25% from 255 or 24.28% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EE8F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EE8F is #2F1170. Grayscale: #DADADA. Windows color (decimal): -3084657 or 9432784. OLE color: 9432784.
HSL color Cylindrical-coordinate representation of color #D0EE8F: hue angle of 78.95º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0EE8F is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 143 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.07 |
| HSL | 78.95º | 0.74% | 0.75% | - |
| HSV(B) | 78.95º | 0.4% | 0.93% | - |
| XYZ | 61.54 | 76.54 | 37.52 | - |
| YUV | 218.2 | 85.56 | 120.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 143 | 0.13 | 0 | 0.40 | 0.07 | 78.95 | 0.74 | 0.75 |
| Hex | D0 | EE | 8F | D | 0 | 28 | 7 | 4F | 4A | 4B |
| Octal | 320 | 356 | 217 | 15 | 0 | 50 | 7 | 117 | 112 | 113 |
| Binary | 11010000 | 11101110 | 10001111 | 1101 | 0 | 101000 | 111 | 1001111 | 1001010 | 1001011 |
Color Harmonies of #D0EE8F
Complementary color
Monochromatic Colors of #D0EE8F
Black with #D0EE8F
Text Example
Text Example
White with #D0EE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EE8F; }
p { color: rgb(208,238,143); }
H1.HeaderClassName
{
color: #D0EE8F;
}
.AnyTagClassName
{
color: #D0EE8F;
}
</style>
background-color css
<style>
a { background-color: #D0EE8F; }
a { background-color: rgb(208,238,143); }
div.DivClassName
{
background-color: #D0EE8F;
}
.BgClassName
{
background-color: #D0EE8F;
}
</style>
border-color css
<style>
span { border-color: #D0EE8F; }
span { border-color: rgb(208,238,143); }
td.TdClassName
{
border-color: #D0EE8F;
}
.TagClassName
{
border-color: #D0EE8F;
}
</style>