Shades of Reef #D2EBA0
Tints of Reef #D2EBA0
RGB
CMYK
RGB Variations
Color information
#D2EBA0 (or 0xD2EBA0) is known color: Reef. HEX triplet: D2, EB and A0. RGB value is (210,235,160). Sum of RGB (Red+Green+Blue) = 210+235+160=605 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.71% from 605); Green value is 235 (92.19% from 255 or 38.84% from 605); Blue value is 160 (62.89% from 255 or 26.45% from 605); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EBA0 is #2D145F. Grayscale: #DBDBDB. Windows color (decimal): -2954336 or 10546130. OLE color: 10546130.
HSL color Cylindrical-coordinate representation of color #D2EBA0: hue angle of 80º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2EBA0 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 160 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.08 |
| HSL | 80º | 0.65% | 0.77% | - |
| HSV(B) | 80º | 0.32% | 0.92% | - |
| XYZ | 62.63 | 75.66 | 44.56 | - |
| YUV | 218.98 | 94.72 | 121.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 160 | 0.11 | 0 | 0.32 | 0.08 | 80 | 0.65 | 0.77 |
| Hex | D2 | EB | A0 | B | 0 | 20 | 8 | 50 | 41 | 4D |
| Octal | 322 | 353 | 240 | 13 | 0 | 40 | 10 | 120 | 101 | 115 |
| Binary | 11010010 | 11101011 | 10100000 | 1011 | 0 | 100000 | 1000 | 1010000 | 1000001 | 1001101 |
Color Harmonies of #D2EBA0
Complementary color
Monochromatic Colors of #D2EBA0
Black with #D2EBA0
Text Example
Text Example
White with #D2EBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EBA0; }
p { color: rgb(210,235,160); }
H1.HeaderClassName
{
color: #D2EBA0;
}
.AnyTagClassName
{
color: #D2EBA0;
}
</style>
background-color css
<style>
a { background-color: #D2EBA0; }
a { background-color: rgb(210,235,160); }
div.DivClassName
{
background-color: #D2EBA0;
}
.BgClassName
{
background-color: #D2EBA0;
}
</style>
border-color css
<style>
span { border-color: #D2EBA0; }
span { border-color: rgb(210,235,160); }
td.TdClassName
{
border-color: #D2EBA0;
}
.TagClassName
{
border-color: #D2EBA0;
}
</style>