Shades of Reef #D0DEA9
Tints of Reef #D0DEA9
RGB
CMYK
RGB Variations
Color information
#D0DEA9 (or 0xD0DEA9) is known color: Reef. HEX triplet: D0, DE and A9. RGB value is (208,222,169). Sum of RGB (Red+Green+Blue) = 208+222+169=599 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.72% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 169 (66.41% from 255 or 28.21% from 599); Max value from RGB is 222 - color contains mainly: green. Hex color #D0DEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DEA9 is #2F2156. Grayscale: #D3D3D3. Windows color (decimal): -3088727 or 11132624. OLE color: 11132624.
HSL color Cylindrical-coordinate representation of color #D0DEA9: hue angle of 75.85º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0DEA9 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 222 | 169 | - |
| CMYK | 0.06 | 0 | 0.24 | 0.13 |
| HSL | 75.85º | 0.45% | 0.77% | - |
| HSV(B) | 75.85º | 0.24% | 0.87% | - |
| XYZ | 59.3 | 68.52 | 47.64 | - |
| YUV | 211.77 | 103.86 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 222 | 169 | 0.06 | 0 | 0.24 | 0.13 | 75.85 | 0.45 | 0.77 |
| Hex | D0 | DE | A9 | 6 | 0 | 18 | D | 4C | 2D | 4D |
| Octal | 320 | 336 | 251 | 6 | 0 | 30 | 15 | 114 | 55 | 115 |
| Binary | 11010000 | 11011110 | 10101001 | 110 | 0 | 11000 | 1101 | 1001100 | 101101 | 1001101 |
Color Harmonies of #D0DEA9
Complementary color
Monochromatic Colors of #D0DEA9
Black with #D0DEA9
Text Example
Text Example
White with #D0DEA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DEA9; }
p { color: rgb(208,222,169); }
H1.HeaderClassName
{
color: #D0DEA9;
}
.AnyTagClassName
{
color: #D0DEA9;
}
</style>
background-color css
<style>
a { background-color: #D0DEA9; }
a { background-color: rgb(208,222,169); }
div.DivClassName
{
background-color: #D0DEA9;
}
.BgClassName
{
background-color: #D0DEA9;
}
</style>
border-color css
<style>
span { border-color: #D0DEA9; }
span { border-color: rgb(208,222,169); }
td.TdClassName
{
border-color: #D0DEA9;
}
.TagClassName
{
border-color: #D0DEA9;
}
</style>