Shades of Reef #D0EA9B
Tints of Reef #D0EA9B
RGB
CMYK
RGB Variations
Color information
#D0EA9B (or 0xD0EA9B) is known color: Reef. HEX triplet: D0, EA and 9B. RGB value is (208,234,155). Sum of RGB (Red+Green+Blue) = 208+234+155=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 234 (91.80% from 255 or 39.20% from 597); Blue value is 155 (60.94% from 255 or 25.96% from 597); Max value from RGB is 234 - color contains mainly: green. Hex color #D0EA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EA9B is #2F1564. Grayscale: #D9D9D9. Windows color (decimal): -3085669 or 10218192. OLE color: 10218192.
HSL color Cylindrical-coordinate representation of color #D0EA9B: hue angle of 79.75º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0EA9B is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 234 | 155 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.08 |
| HSL | 79.75º | 0.65% | 0.76% | - |
| HSV(B) | 79.75º | 0.34% | 0.92% | - |
| XYZ | 61.35 | 74.62 | 42.18 | - |
| YUV | 217.22 | 92.89 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 234 | 155 | 0.11 | 0 | 0.34 | 0.08 | 79.75 | 0.65 | 0.76 |
| Hex | D0 | EA | 9B | B | 0 | 22 | 8 | 50 | 41 | 4C |
| Octal | 320 | 352 | 233 | 13 | 0 | 42 | 10 | 120 | 101 | 114 |
| Binary | 11010000 | 11101010 | 10011011 | 1011 | 0 | 100010 | 1000 | 1010000 | 1000001 | 1001100 |
Color Harmonies of #D0EA9B
Complementary color
Monochromatic Colors of #D0EA9B
Black with #D0EA9B
Text Example
Text Example
White with #D0EA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EA9B; }
p { color: rgb(208,234,155); }
H1.HeaderClassName
{
color: #D0EA9B;
}
.AnyTagClassName
{
color: #D0EA9B;
}
</style>
background-color css
<style>
a { background-color: #D0EA9B; }
a { background-color: rgb(208,234,155); }
div.DivClassName
{
background-color: #D0EA9B;
}
.BgClassName
{
background-color: #D0EA9B;
}
</style>
border-color css
<style>
span { border-color: #D0EA9B; }
span { border-color: rgb(208,234,155); }
td.TdClassName
{
border-color: #D0EA9B;
}
.TagClassName
{
border-color: #D0EA9B;
}
</style>