Shades of Reef #D9EAAE
Tints of Reef #D9EAAE
RGB
CMYK
RGB Variations
Color information
#D9EAAE (or 0xD9EAAE) is known color: Reef. HEX triplet: D9, EA and AE. RGB value is (217,234,174). Sum of RGB (Red+Green+Blue) = 217+234+174=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EAAE is #261551. Grayscale: #DEDEDE. Windows color (decimal): -2495826 or 11463385. OLE color: 11463385.
HSL color Cylindrical-coordinate representation of color #D9EAAE: hue angle of 77º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D9EAAE is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 234 | 174 | - |
| CMYK | 0.07 | 0 | 0.26 | 0.08 |
| HSL | 77º | 0.59% | 0.8% | - |
| HSV(B) | 77º | 0.26% | 0.92% | - |
| XYZ | 65.68 | 76.65 | 51.38 | - |
| YUV | 222.08 | 100.87 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 234 | 174 | 0.07 | 0 | 0.26 | 0.08 | 77 | 0.59 | 0.8 |
| Hex | D9 | EA | AE | 7 | 0 | 1A | 8 | 4D | 3B | 50 |
| Octal | 331 | 352 | 256 | 7 | 0 | 32 | 10 | 115 | 73 | 120 |
| Binary | 11011001 | 11101010 | 10101110 | 111 | 0 | 11010 | 1000 | 1001101 | 111011 | 1010000 |
Color Harmonies of #D9EAAE
Complementary color
Monochromatic Colors of #D9EAAE
Black with #D9EAAE
Text Example
Text Example
White with #D9EAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EAAE; }
p { color: rgb(217,234,174); }
H1.HeaderClassName
{
color: #D9EAAE;
}
.AnyTagClassName
{
color: #D9EAAE;
}
</style>
background-color css
<style>
a { background-color: #D9EAAE; }
a { background-color: rgb(217,234,174); }
div.DivClassName
{
background-color: #D9EAAE;
}
.BgClassName
{
background-color: #D9EAAE;
}
</style>
border-color css
<style>
span { border-color: #D9EAAE; }
span { border-color: rgb(217,234,174); }
td.TdClassName
{
border-color: #D9EAAE;
}
.TagClassName
{
border-color: #D9EAAE;
}
</style>