Shades of Reef #D8EDAC
Tints of Reef #D8EDAC
RGB
CMYK
RGB Variations
Color information
#D8EDAC (or 0xD8EDAC) is known color: Reef. HEX triplet: D8, ED and AC. RGB value is (216,237,172). Sum of RGB (Red+Green+Blue) = 216+237+172=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 172 (67.58% from 255 or 27.52% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #D8EDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EDAC is #271253. Grayscale: #DFDFDF. Windows color (decimal): -2560596 or 11333080. OLE color: 11333080.
HSL color Cylindrical-coordinate representation of color #D8EDAC: hue angle of 79.38º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8EDAC is Cyan = 0.09, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 237 | 172 | - |
| CMYK | 0.09 | 0 | 0.27 | 0.07 |
| HSL | 79.38º | 0.64% | 0.8% | - |
| HSV(B) | 79.38º | 0.27% | 0.93% | - |
| XYZ | 66.05 | 78.15 | 50.63 | - |
| YUV | 223.31 | 99.04 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 237 | 172 | 0.09 | 0 | 0.27 | 0.07 | 79.38 | 0.64 | 0.8 |
| Hex | D8 | ED | AC | 9 | 0 | 1B | 7 | 4F | 40 | 50 |
| Octal | 330 | 355 | 254 | 11 | 0 | 33 | 7 | 117 | 100 | 120 |
| Binary | 11011000 | 11101101 | 10101100 | 1001 | 0 | 11011 | 111 | 1001111 | 1000000 | 1010000 |
Color Harmonies of #D8EDAC
Complementary color
Monochromatic Colors of #D8EDAC
Black with #D8EDAC
Text Example
Text Example
White with #D8EDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EDAC; }
p { color: rgb(216,237,172); }
H1.HeaderClassName
{
color: #D8EDAC;
}
.AnyTagClassName
{
color: #D8EDAC;
}
</style>
background-color css
<style>
a { background-color: #D8EDAC; }
a { background-color: rgb(216,237,172); }
div.DivClassName
{
background-color: #D8EDAC;
}
.BgClassName
{
background-color: #D8EDAC;
}
</style>
border-color css
<style>
span { border-color: #D8EDAC; }
span { border-color: rgb(216,237,172); }
td.TdClassName
{
border-color: #D8EDAC;
}
.TagClassName
{
border-color: #D8EDAC;
}
</style>