Shades of Reef #D4EEA4
Tints of Reef #D4EEA4
RGB
CMYK
RGB Variations
Color information
#D4EEA4 (or 0xD4EEA4) is known color: Reef. HEX triplet: D4, EE and A4. RGB value is (212,238,164). Sum of RGB (Red+Green+Blue) = 212+238+164=614 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.53% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 164 (64.45% from 255 or 26.71% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EEA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EEA4 is #2B115B. Grayscale: #DEDEDE. Windows color (decimal): -2822492 or 10809044. OLE color: 10809044.
HSL color Cylindrical-coordinate representation of color #D4EEA4: hue angle of 81.08º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4EEA4 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 238 | 164 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.07 |
| HSL | 81.08º | 0.69% | 0.79% | - |
| HSV(B) | 81.08º | 0.31% | 0.93% | - |
| XYZ | 64.43 | 77.83 | 46.75 | - |
| YUV | 221.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 238 | 164 | 0.11 | 0 | 0.31 | 0.07 | 81.08 | 0.69 | 0.79 |
| Hex | D4 | EE | A4 | B | 0 | 1F | 7 | 51 | 45 | 4F |
| Octal | 324 | 356 | 244 | 13 | 0 | 37 | 7 | 121 | 105 | 117 |
| Binary | 11010100 | 11101110 | 10100100 | 1011 | 0 | 11111 | 111 | 1010001 | 1000101 | 1001111 |
Color Harmonies of #D4EEA4
Complementary color
Monochromatic Colors of #D4EEA4
Black with #D4EEA4
Text Example
Text Example
White with #D4EEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EEA4; }
p { color: rgb(212,238,164); }
H1.HeaderClassName
{
color: #D4EEA4;
}
.AnyTagClassName
{
color: #D4EEA4;
}
</style>
background-color css
<style>
a { background-color: #D4EEA4; }
a { background-color: rgb(212,238,164); }
div.DivClassName
{
background-color: #D4EEA4;
}
.BgClassName
{
background-color: #D4EEA4;
}
</style>
border-color css
<style>
span { border-color: #D4EEA4; }
span { border-color: rgb(212,238,164); }
td.TdClassName
{
border-color: #D4EEA4;
}
.TagClassName
{
border-color: #D4EEA4;
}
</style>