Shades of Reef #D0EBAA
Tints of Reef #D0EBAA
RGB
CMYK
RGB Variations
Color information
#D0EBAA (or 0xD0EBAA) is known color: Reef. HEX triplet: D0, EB and AA. RGB value is (208,235,170). Sum of RGB (Red+Green+Blue) = 208+235+170=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EBAA is #2F1455. Grayscale: #DBDBDB. Windows color (decimal): -3085398 or 11201488. OLE color: 11201488.
HSL color Cylindrical-coordinate representation of color #D0EBAA: hue angle of 84.92º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D0EBAA is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 170 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.08 |
| HSL | 84.92º | 0.62% | 0.79% | - |
| HSV(B) | 84.92º | 0.28% | 0.92% | - |
| XYZ | 62.98 | 75.73 | 49.33 | - |
| YUV | 219.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 170 | 0.11 | 0 | 0.28 | 0.08 | 84.92 | 0.62 | 0.79 |
| Hex | D0 | EB | AA | B | 0 | 1C | 8 | 55 | 3E | 4F |
| Octal | 320 | 353 | 252 | 13 | 0 | 34 | 10 | 125 | 76 | 117 |
| Binary | 11010000 | 11101011 | 10101010 | 1011 | 0 | 11100 | 1000 | 1010101 | 111110 | 1001111 |
Color Harmonies of #D0EBAA
Complementary color
Monochromatic Colors of #D0EBAA
Black with #D0EBAA
Text Example
Text Example
White with #D0EBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EBAA; }
p { color: rgb(208,235,170); }
H1.HeaderClassName
{
color: #D0EBAA;
}
.AnyTagClassName
{
color: #D0EBAA;
}
</style>
background-color css
<style>
a { background-color: #D0EBAA; }
a { background-color: rgb(208,235,170); }
div.DivClassName
{
background-color: #D0EBAA;
}
.BgClassName
{
background-color: #D0EBAA;
}
</style>
border-color css
<style>
span { border-color: #D0EBAA; }
span { border-color: rgb(208,235,170); }
td.TdClassName
{
border-color: #D0EBAA;
}
.TagClassName
{
border-color: #D0EBAA;
}
</style>