Shades of Reef #D0E9A8
Tints of Reef #D0E9A8
RGB
CMYK
RGB Variations
Color information
#D0E9A8 (or 0xD0E9A8) is known color: Reef. HEX triplet: D0, E9 and A8. RGB value is (208,233,168). Sum of RGB (Red+Green+Blue) = 208+233+168=609 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.15% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 168 (66.02% from 255 or 27.59% from 609); Max value from RGB is 233 - color contains mainly: green. Hex color #D0E9A8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E9A8 is #2F1657. Grayscale: #DADADA. Windows color (decimal): -3085912 or 11069904. OLE color: 11069904.
HSL color Cylindrical-coordinate representation of color #D0E9A8: hue angle of 83.08º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0E9A8 is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 233 | 168 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.09 |
| HSL | 83.08º | 0.6% | 0.79% | - |
| HSV(B) | 83.08º | 0.28% | 0.91% | - |
| XYZ | 62.22 | 74.51 | 48.15 | - |
| YUV | 218.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 233 | 168 | 0.11 | 0 | 0.28 | 0.09 | 83.08 | 0.6 | 0.79 |
| Hex | D0 | E9 | A8 | B | 0 | 1C | 9 | 53 | 3C | 4F |
| Octal | 320 | 351 | 250 | 13 | 0 | 34 | 11 | 123 | 74 | 117 |
| Binary | 11010000 | 11101001 | 10101000 | 1011 | 0 | 11100 | 1001 | 1010011 | 111100 | 1001111 |
Color Harmonies of #D0E9A8
Complementary color
Monochromatic Colors of #D0E9A8
Black with #D0E9A8
Text Example
Text Example
White with #D0E9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E9A8; }
p { color: rgb(208,233,168); }
H1.HeaderClassName
{
color: #D0E9A8;
}
.AnyTagClassName
{
color: #D0E9A8;
}
</style>
background-color css
<style>
a { background-color: #D0E9A8; }
a { background-color: rgb(208,233,168); }
div.DivClassName
{
background-color: #D0E9A8;
}
.BgClassName
{
background-color: #D0E9A8;
}
</style>
border-color css
<style>
span { border-color: #D0E9A8; }
span { border-color: rgb(208,233,168); }
td.TdClassName
{
border-color: #D0E9A8;
}
.TagClassName
{
border-color: #D0E9A8;
}
</style>