Shades of Reef #D4EDA6
Tints of Reef #D4EDA6
RGB
CMYK
RGB Variations
Color information
#D4EDA6 (or 0xD4EDA6) is known color: Reef. HEX triplet: D4, ED and A6. RGB value is (212,237,166). Sum of RGB (Red+Green+Blue) = 212+237+166=615 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.47% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 166 (65.23% from 255 or 26.99% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EDA6 is #2B1259. Grayscale: #DDDDDD. Windows color (decimal): -2822746 or 10939860. OLE color: 10939860.
HSL color Cylindrical-coordinate representation of color #D4EDA6: hue angle of 81.13º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D4EDA6 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 237 | 166 | - |
| CMYK | 0.11 | 0 | 0.30 | 0.07 |
| HSL | 81.13º | 0.66% | 0.79% | - |
| HSV(B) | 81.13º | 0.3% | 0.93% | - |
| XYZ | 64.32 | 77.32 | 47.61 | - |
| YUV | 221.43 | 96.72 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 237 | 166 | 0.11 | 0 | 0.30 | 0.07 | 81.13 | 0.66 | 0.79 |
| Hex | D4 | ED | A6 | B | 0 | 1E | 7 | 51 | 42 | 4F |
| Octal | 324 | 355 | 246 | 13 | 0 | 36 | 7 | 121 | 102 | 117 |
| Binary | 11010100 | 11101101 | 10100110 | 1011 | 0 | 11110 | 111 | 1010001 | 1000010 | 1001111 |
Color Harmonies of #D4EDA6
Complementary color
Monochromatic Colors of #D4EDA6
Black with #D4EDA6
Text Example
Text Example
White with #D4EDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EDA6; }
p { color: rgb(212,237,166); }
H1.HeaderClassName
{
color: #D4EDA6;
}
.AnyTagClassName
{
color: #D4EDA6;
}
</style>
background-color css
<style>
a { background-color: #D4EDA6; }
a { background-color: rgb(212,237,166); }
div.DivClassName
{
background-color: #D4EDA6;
}
.BgClassName
{
background-color: #D4EDA6;
}
</style>
border-color css
<style>
span { border-color: #D4EDA6; }
span { border-color: rgb(212,237,166); }
td.TdClassName
{
border-color: #D4EDA6;
}
.TagClassName
{
border-color: #D4EDA6;
}
</style>