Shades of Reef #D8EDAE
Tints of Reef #D8EDAE
RGB
CMYK
RGB Variations
Color information
#D8EDAE (or 0xD8EDAE) is known color: Reef. HEX triplet: D8, ED and AE. RGB value is (216,237,174). Sum of RGB (Red+Green+Blue) = 216+237+174=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 237 (92.97% from 255 or 37.80% from 627); Blue value is 174 (68.36% from 255 or 27.75% from 627); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EDAE is #271251. Grayscale: #DFDFDF. Windows color (decimal): -2560594 or 11464152. OLE color: 11464152.
HSL color Cylindrical-coordinate representation of color #D8EDAE: hue angle of 80º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8EDAE is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 237 | 174 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.07 |
| HSL | 80º | 0.64% | 0.81% | - |
| HSV(B) | 80º | 0.27% | 0.93% | - |
| XYZ | 66.24 | 78.22 | 51.65 | - |
| YUV | 223.54 | 100.04 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 174 | 0.09 | 0 | 0.27 | 0.07 | 80 | 0.64 | 0.81 |
| Hex | D8 | ED | AE | 9 | 0 | 1B | 7 | 50 | 40 | 51 |
| Octal | 330 | 355 | 256 | 11 | 0 | 33 | 7 | 120 | 100 | 121 |
| Binary | 11011000 | 11101101 | 10101110 | 1001 | 0 | 11011 | 111 | 1010000 | 1000000 | 1010001 |
Color Harmonies of #D8EDAE
Complementary color
Monochromatic Colors of #D8EDAE
Black with #D8EDAE
Text Example
Text Example
White with #D8EDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EDAE; }
p { color: rgb(216,237,174); }
H1.HeaderClassName
{
color: #D8EDAE;
}
.AnyTagClassName
{
color: #D8EDAE;
}
</style>
background-color css
<style>
a { background-color: #D8EDAE; }
a { background-color: rgb(216,237,174); }
div.DivClassName
{
background-color: #D8EDAE;
}
.BgClassName
{
background-color: #D8EDAE;
}
</style>
border-color css
<style>
span { border-color: #D8EDAE; }
span { border-color: rgb(216,237,174); }
td.TdClassName
{
border-color: #D8EDAE;
}
.TagClassName
{
border-color: #D8EDAE;
}
</style>