Shades of Reef #D0E99B
Tints of Reef #D0E99B
RGB
CMYK
RGB Variations
Color information
#D0E99B (or 0xD0E99B) is known color: Reef. HEX triplet: D0, E9 and 9B. RGB value is (208,233,155). Sum of RGB (Red+Green+Blue) = 208+233+155=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 155 (60.94% from 255 or 26.01% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E99B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E99B is #2F1664. Grayscale: #D8D8D8. Windows color (decimal): -3085925 or 10217936. OLE color: 10217936.
HSL color Cylindrical-coordinate representation of color #D0E99B: hue angle of 79.23º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0E99B is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 155 | - |
| CMYK | 0.11 | 0 | 0.33 | 0.09 |
| HSL | 79.23º | 0.64% | 0.76% | - |
| HSV(B) | 79.23º | 0.33% | 0.91% | - |
| XYZ | 61.07 | 74.05 | 42.09 | - |
| YUV | 216.63 | 93.22 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 155 | 0.11 | 0 | 0.33 | 0.09 | 79.23 | 0.64 | 0.76 |
| Hex | D0 | E9 | 9B | B | 0 | 21 | 9 | 4F | 40 | 4C |
| Octal | 320 | 351 | 233 | 13 | 0 | 41 | 11 | 117 | 100 | 114 |
| Binary | 11010000 | 11101001 | 10011011 | 1011 | 0 | 100001 | 1001 | 1001111 | 1000000 | 1001100 |
Color Harmonies of #D0E99B
Complementary color
Monochromatic Colors of #D0E99B
Black with #D0E99B
Text Example
Text Example
White with #D0E99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E99B; }
p { color: rgb(208,233,155); }
H1.HeaderClassName
{
color: #D0E99B;
}
.AnyTagClassName
{
color: #D0E99B;
}
</style>
background-color css
<style>
a { background-color: #D0E99B; }
a { background-color: rgb(208,233,155); }
div.DivClassName
{
background-color: #D0E99B;
}
.BgClassName
{
background-color: #D0E99B;
}
</style>
border-color css
<style>
span { border-color: #D0E99B; }
span { border-color: rgb(208,233,155); }
td.TdClassName
{
border-color: #D0E99B;
}
.TagClassName
{
border-color: #D0E99B;
}
</style>