Shades of Reef #D0EEA9
Tints of Reef #D0EEA9
RGB
CMYK
RGB Variations
Color information
#D0EEA9 (or 0xD0EEA9) is known color: Reef. HEX triplet: D0, EE and A9. RGB value is (208,238,169). Sum of RGB (Red+Green+Blue) = 208+238+169=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 238 (93.36% from 255 or 38.70% from 615); Blue value is 169 (66.41% from 255 or 27.48% from 615); Max value from RGB is 238 - color contains mainly: green. Hex color #D0EEA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EEA9 is #2F1156. Grayscale: #DDDDDD. Windows color (decimal): -3084631 or 11136720. OLE color: 11136720.
HSL color Cylindrical-coordinate representation of color #D0EEA9: hue angle of 86.09º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0EEA9 is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 238 | 169 | - |
| CMYK | 0.13 | 0 | 0.29 | 0.07 |
| HSL | 86.09º | 0.67% | 0.8% | - |
| HSV(B) | 86.09º | 0.29% | 0.93% | - |
| XYZ | 63.75 | 77.42 | 49.12 | - |
| YUV | 221.16 | 98.56 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 238 | 169 | 0.13 | 0 | 0.29 | 0.07 | 86.09 | 0.67 | 0.8 |
| Hex | D0 | EE | A9 | D | 0 | 1D | 7 | 56 | 43 | 50 |
| Octal | 320 | 356 | 251 | 15 | 0 | 35 | 7 | 126 | 103 | 120 |
| Binary | 11010000 | 11101110 | 10101001 | 1101 | 0 | 11101 | 111 | 1010110 | 1000011 | 1010000 |
Color Harmonies of #D0EEA9
Complementary color
Monochromatic Colors of #D0EEA9
Black with #D0EEA9
Text Example
Text Example
White with #D0EEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EEA9; }
p { color: rgb(208,238,169); }
H1.HeaderClassName
{
color: #D0EEA9;
}
.AnyTagClassName
{
color: #D0EEA9;
}
</style>
background-color css
<style>
a { background-color: #D0EEA9; }
a { background-color: rgb(208,238,169); }
div.DivClassName
{
background-color: #D0EEA9;
}
.BgClassName
{
background-color: #D0EEA9;
}
</style>
border-color css
<style>
span { border-color: #D0EEA9; }
span { border-color: rgb(208,238,169); }
td.TdClassName
{
border-color: #D0EEA9;
}
.TagClassName
{
border-color: #D0EEA9;
}
</style>