Shades of Reef #D0E89B
Tints of Reef #D0E89B
RGB
CMYK
RGB Variations
Color information
#D0E89B (or 0xD0E89B) is known color: Reef. HEX triplet: D0, E8 and 9B. RGB value is (208,232,155). Sum of RGB (Red+Green+Blue) = 208+232+155=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 155 (60.94% from 255 or 26.05% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #D0E89B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E89B is #2F1764. Grayscale: #D8D8D8. Windows color (decimal): -3086181 or 10217680. OLE color: 10217680.
HSL color Cylindrical-coordinate representation of color #D0E89B: hue angle of 78.7º degrees, saturation: 0.63, 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 #D0E89B is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 232 | 155 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.09 |
| HSL | 78.7º | 0.63% | 0.76% | - |
| HSV(B) | 78.7º | 0.33% | 0.91% | - |
| XYZ | 60.79 | 73.49 | 41.99 | - |
| YUV | 216.05 | 93.55 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 232 | 155 | 0.10 | 0 | 0.33 | 0.09 | 78.7 | 0.63 | 0.76 |
| Hex | D0 | E8 | 9B | A | 0 | 21 | 9 | 4F | 3F | 4C |
| Octal | 320 | 350 | 233 | 12 | 0 | 41 | 11 | 117 | 77 | 114 |
| Binary | 11010000 | 11101000 | 10011011 | 1010 | 0 | 100001 | 1001 | 1001111 | 111111 | 1001100 |
Color Harmonies of #D0E89B
Complementary color
Monochromatic Colors of #D0E89B
Black with #D0E89B
Text Example
Text Example
White with #D0E89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E89B; }
p { color: rgb(208,232,155); }
H1.HeaderClassName
{
color: #D0E89B;
}
.AnyTagClassName
{
color: #D0E89B;
}
</style>
background-color css
<style>
a { background-color: #D0E89B; }
a { background-color: rgb(208,232,155); }
div.DivClassName
{
background-color: #D0E89B;
}
.BgClassName
{
background-color: #D0E89B;
}
</style>
border-color css
<style>
span { border-color: #D0E89B; }
span { border-color: rgb(208,232,155); }
td.TdClassName
{
border-color: #D0E89B;
}
.TagClassName
{
border-color: #D0E89B;
}
</style>