Shades of Reef #D4EEAD
Tints of Reef #D4EEAD
RGB
CMYK
RGB Variations
Color information
#D4EEAD (or 0xD4EEAD) is known color: Reef. HEX triplet: D4, EE and AD. RGB value is (212,238,173). Sum of RGB (Red+Green+Blue) = 212+238+173=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 238 (93.36% from 255 or 38.20% from 623); Blue value is 173 (67.97% from 255 or 27.77% from 623); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EEAD is #2B1152. Grayscale: #DFDFDF. Windows color (decimal): -2822483 or 11398868. OLE color: 11398868.
HSL color Cylindrical-coordinate representation of color #D4EEAD: hue angle of 84º degrees, saturation: 0.66, 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 #D4EEAD is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 238 | 173 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.07 |
| HSL | 84º | 0.66% | 0.81% | - |
| HSV(B) | 84º | 0.27% | 0.93% | - |
| XYZ | 65.27 | 78.16 | 51.18 | - |
| YUV | 222.82 | 99.89 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 238 | 173 | 0.11 | 0 | 0.27 | 0.07 | 84 | 0.66 | 0.81 |
| Hex | D4 | EE | AD | B | 0 | 1B | 7 | 54 | 42 | 51 |
| Octal | 324 | 356 | 255 | 13 | 0 | 33 | 7 | 124 | 102 | 121 |
| Binary | 11010100 | 11101110 | 10101101 | 1011 | 0 | 11011 | 111 | 1010100 | 1000010 | 1010001 |
Color Harmonies of #D4EEAD
Complementary color
Monochromatic Colors of #D4EEAD
Black with #D4EEAD
Text Example
Text Example
White with #D4EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EEAD; }
p { color: rgb(212,238,173); }
H1.HeaderClassName
{
color: #D4EEAD;
}
.AnyTagClassName
{
color: #D4EEAD;
}
</style>
background-color css
<style>
a { background-color: #D4EEAD; }
a { background-color: rgb(212,238,173); }
div.DivClassName
{
background-color: #D4EEAD;
}
.BgClassName
{
background-color: #D4EEAD;
}
</style>
border-color css
<style>
span { border-color: #D4EEAD; }
span { border-color: rgb(212,238,173); }
td.TdClassName
{
border-color: #D4EEAD;
}
.TagClassName
{
border-color: #D4EEAD;
}
</style>