Shades of Reef #D0EBA1
Tints of Reef #D0EBA1
RGB
CMYK
RGB Variations
Color information
#D0EBA1 (or 0xD0EBA1) is known color: Reef. HEX triplet: D0, EB and A1. RGB value is (208,235,161). Sum of RGB (Red+Green+Blue) = 208+235+161=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 235 (92.19% from 255 or 38.91% from 604); Blue value is 161 (63.28% from 255 or 26.66% from 604); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EBA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EBA1 is #2F145E. Grayscale: #DADADA. Windows color (decimal): -3085407 or 10611664. OLE color: 10611664.
HSL color Cylindrical-coordinate representation of color #D0EBA1: hue angle of 81.89º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D0EBA1 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 161 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.08 |
| HSL | 81.89º | 0.65% | 0.78% | - |
| HSV(B) | 81.89º | 0.31% | 0.92% | - |
| XYZ | 62.15 | 75.4 | 45 | - |
| YUV | 218.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 161 | 0.11 | 0 | 0.31 | 0.08 | 81.89 | 0.65 | 0.78 |
| Hex | D0 | EB | A1 | B | 0 | 1F | 8 | 52 | 41 | 4E |
| Octal | 320 | 353 | 241 | 13 | 0 | 37 | 10 | 122 | 101 | 116 |
| Binary | 11010000 | 11101011 | 10100001 | 1011 | 0 | 11111 | 1000 | 1010010 | 1000001 | 1001110 |
Color Harmonies of #D0EBA1
Complementary color
Monochromatic Colors of #D0EBA1
Black with #D0EBA1
Text Example
Text Example
White with #D0EBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EBA1; }
p { color: rgb(208,235,161); }
H1.HeaderClassName
{
color: #D0EBA1;
}
.AnyTagClassName
{
color: #D0EBA1;
}
</style>
background-color css
<style>
a { background-color: #D0EBA1; }
a { background-color: rgb(208,235,161); }
div.DivClassName
{
background-color: #D0EBA1;
}
.BgClassName
{
background-color: #D0EBA1;
}
</style>
border-color css
<style>
span { border-color: #D0EBA1; }
span { border-color: rgb(208,235,161); }
td.TdClassName
{
border-color: #D0EBA1;
}
.TagClassName
{
border-color: #D0EBA1;
}
</style>