Shades of Reef #D0E3A9
Tints of Reef #D0E3A9
RGB
CMYK
RGB Variations
Color information
#D0E3A9 (or 0xD0E3A9) is known color: Reef. HEX triplet: D0, E3 and A9. RGB value is (208,227,169). Sum of RGB (Red+Green+Blue) = 208+227+169=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 169 (66.41% from 255 or 27.98% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E3A9 is #2F1C56. Grayscale: #D6D6D6. Windows color (decimal): -3087447 or 11133904. OLE color: 11133904.
HSL color Cylindrical-coordinate representation of color #D0E3A9: hue angle of 79.66º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0E3A9 is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 227 | 169 | - |
| CMYK | 0.08 | 0 | 0.26 | 0.11 |
| HSL | 79.66º | 0.51% | 0.78% | - |
| HSV(B) | 79.66º | 0.26% | 0.89% | - |
| XYZ | 60.64 | 71.21 | 48.09 | - |
| YUV | 214.71 | 102.21 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 227 | 169 | 0.08 | 0 | 0.26 | 0.11 | 79.66 | 0.51 | 0.78 |
| Hex | D0 | E3 | A9 | 8 | 0 | 1A | B | 50 | 33 | 4E |
| Octal | 320 | 343 | 251 | 10 | 0 | 32 | 13 | 120 | 63 | 116 |
| Binary | 11010000 | 11100011 | 10101001 | 1000 | 0 | 11010 | 1011 | 1010000 | 110011 | 1001110 |
Color Harmonies of #D0E3A9
Complementary color
Monochromatic Colors of #D0E3A9
Black with #D0E3A9
Text Example
Text Example
White with #D0E3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E3A9; }
p { color: rgb(208,227,169); }
H1.HeaderClassName
{
color: #D0E3A9;
}
.AnyTagClassName
{
color: #D0E3A9;
}
</style>
background-color css
<style>
a { background-color: #D0E3A9; }
a { background-color: rgb(208,227,169); }
div.DivClassName
{
background-color: #D0E3A9;
}
.BgClassName
{
background-color: #D0E3A9;
}
</style>
border-color css
<style>
span { border-color: #D0E3A9; }
span { border-color: rgb(208,227,169); }
td.TdClassName
{
border-color: #D0E3A9;
}
.TagClassName
{
border-color: #D0E3A9;
}
</style>