Shades of Reef #D9EAB1
Tints of Reef #D9EAB1
RGB
CMYK
RGB Variations
Color information
#D9EAB1 (or 0xD9EAB1) is known color: Reef. HEX triplet: D9, EA and B1. RGB value is (217,234,177). Sum of RGB (Red+Green+Blue) = 217+234+177=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 234 (91.80% from 255 or 37.26% from 628); Blue value is 177 (69.53% from 255 or 28.18% from 628); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EAB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EAB1 is #26154E. Grayscale: #DEDEDE. Windows color (decimal): -2495823 or 11659993. OLE color: 11659993.
HSL color Cylindrical-coordinate representation of color #D9EAB1: hue angle of 77.89º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9EAB1 is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 234 | 177 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.08 |
| HSL | 77.89º | 0.58% | 0.81% | - |
| HSV(B) | 77.89º | 0.24% | 0.92% | - |
| XYZ | 65.97 | 76.77 | 52.94 | - |
| YUV | 222.42 | 102.37 | 124.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 234 | 177 | 0.07 | 0 | 0.24 | 0.08 | 77.89 | 0.58 | 0.81 |
| Hex | D9 | EA | B1 | 7 | 0 | 18 | 8 | 4E | 3A | 51 |
| Octal | 331 | 352 | 261 | 7 | 0 | 30 | 10 | 116 | 72 | 121 |
| Binary | 11011001 | 11101010 | 10110001 | 111 | 0 | 11000 | 1000 | 1001110 | 111010 | 1010001 |
Color Harmonies of #D9EAB1
Complementary color
Monochromatic Colors of #D9EAB1
Black with #D9EAB1
Text Example
Text Example
White with #D9EAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EAB1; }
p { color: rgb(217,234,177); }
H1.HeaderClassName
{
color: #D9EAB1;
}
.AnyTagClassName
{
color: #D9EAB1;
}
</style>
background-color css
<style>
a { background-color: #D9EAB1; }
a { background-color: rgb(217,234,177); }
div.DivClassName
{
background-color: #D9EAB1;
}
.BgClassName
{
background-color: #D9EAB1;
}
</style>
border-color css
<style>
span { border-color: #D9EAB1; }
span { border-color: rgb(217,234,177); }
td.TdClassName
{
border-color: #D9EAB1;
}
.TagClassName
{
border-color: #D9EAB1;
}
</style>