Shades of Reef #D8EEAF
Tints of Reef #D8EEAF
RGB
CMYK
RGB Variations
Color information
#D8EEAF (or 0xD8EEAF) is known color: Reef. HEX triplet: D8, EE and AF. RGB value is (216,238,175). Sum of RGB (Red+Green+Blue) = 216+238+175=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 238 (93.36% from 255 or 37.84% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 238 - color contains mainly: green. Hex color #D8EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EEAF is #271150. Grayscale: #E0E0E0. Windows color (decimal): -2560337 or 11529944. OLE color: 11529944.
HSL color Cylindrical-coordinate representation of color #D8EEAF: hue angle of 80.95º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D8EEAF is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 216 | 238 | 175 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.07 |
| HSL | 80.95º | 0.65% | 0.81% | - |
| HSV(B) | 80.95º | 0.26% | 0.93% | - |
| XYZ | 66.63 | 78.84 | 52.26 | - |
| YUV | 224.24 | 100.21 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 238 | 175 | 0.09 | 0 | 0.26 | 0.07 | 80.95 | 0.65 | 0.81 |
| Hex | D8 | EE | AF | 9 | 0 | 1A | 7 | 51 | 41 | 51 |
| Octal | 330 | 356 | 257 | 11 | 0 | 32 | 7 | 121 | 101 | 121 |
| Binary | 11011000 | 11101110 | 10101111 | 1001 | 0 | 11010 | 111 | 1010001 | 1000001 | 1010001 |
Color Harmonies of #D8EEAF
Complementary color
Monochromatic Colors of #D8EEAF
Black with #D8EEAF
Text Example
Text Example
White with #D8EEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8EEAF; }
p { color: rgb(216,238,175); }
H1.HeaderClassName
{
color: #D8EEAF;
}
.AnyTagClassName
{
color: #D8EEAF;
}
</style>
background-color css
<style>
a { background-color: #D8EEAF; }
a { background-color: rgb(216,238,175); }
div.DivClassName
{
background-color: #D8EEAF;
}
.BgClassName
{
background-color: #D8EEAF;
}
</style>
border-color css
<style>
span { border-color: #D8EEAF; }
span { border-color: rgb(216,238,175); }
td.TdClassName
{
border-color: #D8EEAF;
}
.TagClassName
{
border-color: #D8EEAF;
}
</style>