Shades of Reef #D4EAAD
Tints of Reef #D4EAAD
RGB
CMYK
RGB Variations
Color information
#D4EAAD (or 0xD4EAAD) is known color: Reef. HEX triplet: D4, EA and AD. RGB value is (212,234,173). Sum of RGB (Red+Green+Blue) = 212+234+173=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 234 (91.80% from 255 or 37.80% from 619); Blue value is 173 (67.97% from 255 or 27.95% from 619); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EAAD is #2B1552. Grayscale: #DCDCDC. Windows color (decimal): -2823507 or 11397844. OLE color: 11397844.
HSL color Cylindrical-coordinate representation of color #D4EAAD: hue angle of 81.64º 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 #D4EAAD is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 173 | - |
| CMYK | 0.09 | 0 | 0.26 | 0.08 |
| HSL | 81.64º | 0.59% | 0.8% | - |
| HSV(B) | 81.64º | 0.26% | 0.92% | - |
| XYZ | 64.12 | 75.86 | 50.8 | - |
| YUV | 220.47 | 101.21 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 173 | 0.09 | 0 | 0.26 | 0.08 | 81.64 | 0.59 | 0.8 |
| Hex | D4 | EA | AD | 9 | 0 | 1A | 8 | 52 | 3B | 50 |
| Octal | 324 | 352 | 255 | 11 | 0 | 32 | 10 | 122 | 73 | 120 |
| Binary | 11010100 | 11101010 | 10101101 | 1001 | 0 | 11010 | 1000 | 1010010 | 111011 | 1010000 |
Color Harmonies of #D4EAAD
Complementary color
Monochromatic Colors of #D4EAAD
Black with #D4EAAD
Text Example
Text Example
White with #D4EAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EAAD; }
p { color: rgb(212,234,173); }
H1.HeaderClassName
{
color: #D4EAAD;
}
.AnyTagClassName
{
color: #D4EAAD;
}
</style>
background-color css
<style>
a { background-color: #D4EAAD; }
a { background-color: rgb(212,234,173); }
div.DivClassName
{
background-color: #D4EAAD;
}
.BgClassName
{
background-color: #D4EAAD;
}
</style>
border-color css
<style>
span { border-color: #D4EAAD; }
span { border-color: rgb(212,234,173); }
td.TdClassName
{
border-color: #D4EAAD;
}
.TagClassName
{
border-color: #D4EAAD;
}
</style>