Shades of Reef #D0E09F
Tints of Reef #D0E09F
RGB
CMYK
RGB Variations
Color information
#D0E09F (or 0xD0E09F) is known color: Reef. HEX triplet: D0, E0 and 9F. RGB value is (208,224,159). Sum of RGB (Red+Green+Blue) = 208+224+159=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E09F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E09F is #2F1F60. Grayscale: #D4D4D4. Windows color (decimal): -3088225 or 10477776. OLE color: 10477776.
HSL color Cylindrical-coordinate representation of color #D0E09F: hue angle of 74.77º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0E09F is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 159 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.12 |
| HSL | 74.77º | 0.51% | 0.75% | - |
| HSV(B) | 74.77º | 0.29% | 0.88% | - |
| XYZ | 58.93 | 69.22 | 43.06 | - |
| YUV | 211.81 | 98.2 | 125.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 159 | 0.07 | 0 | 0.29 | 0.12 | 74.77 | 0.51 | 0.75 |
| Hex | D0 | E0 | 9F | 7 | 0 | 1D | C | 4B | 33 | 4B |
| Octal | 320 | 340 | 237 | 7 | 0 | 35 | 14 | 113 | 63 | 113 |
| Binary | 11010000 | 11100000 | 10011111 | 111 | 0 | 11101 | 1100 | 1001011 | 110011 | 1001011 |
Color Harmonies of #D0E09F
Complementary color
Monochromatic Colors of #D0E09F
Black with #D0E09F
Text Example
Text Example
White with #D0E09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E09F; }
p { color: rgb(208,224,159); }
H1.HeaderClassName
{
color: #D0E09F;
}
.AnyTagClassName
{
color: #D0E09F;
}
</style>
background-color css
<style>
a { background-color: #D0E09F; }
a { background-color: rgb(208,224,159); }
div.DivClassName
{
background-color: #D0E09F;
}
.BgClassName
{
background-color: #D0E09F;
}
</style>
border-color css
<style>
span { border-color: #D0E09F; }
span { border-color: rgb(208,224,159); }
td.TdClassName
{
border-color: #D0E09F;
}
.TagClassName
{
border-color: #D0E09F;
}
</style>