Shades of Reef #D4E1A0
Tints of Reef #D4E1A0
RGB
CMYK
RGB Variations
Color information
#D4E1A0 (or 0xD4E1A0) is known color: Reef. HEX triplet: D4, E1 and A0. RGB value is (212,225,160). Sum of RGB (Red+Green+Blue) = 212+225+160=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 160 (62.89% from 255 or 26.80% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4E1A0 is #2B1E5F. Grayscale: #D5D5D5. Windows color (decimal): -2825824 or 10543572. OLE color: 10543572.
HSL color Cylindrical-coordinate representation of color #D4E1A0: hue angle of 72º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4E1A0 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 212 | 225 | 160 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.12 |
| HSL | 72º | 0.52% | 0.75% | - |
| HSV(B) | 72º | 0.29% | 0.88% | - |
| XYZ | 60.42 | 70.39 | 43.66 | - |
| YUV | 213.7 | 97.69 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 225 | 160 | 0.06 | 0 | 0.29 | 0.12 | 72 | 0.52 | 0.75 |
| Hex | D4 | E1 | A0 | 6 | 0 | 1D | C | 48 | 34 | 4B |
| Octal | 324 | 341 | 240 | 6 | 0 | 35 | 14 | 110 | 64 | 113 |
| Binary | 11010100 | 11100001 | 10100000 | 110 | 0 | 11101 | 1100 | 1001000 | 110100 | 1001011 |
Color Harmonies of #D4E1A0
Complementary color
Monochromatic Colors of #D4E1A0
Black with #D4E1A0
Text Example
Text Example
White with #D4E1A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E1A0; }
p { color: rgb(212,225,160); }
H1.HeaderClassName
{
color: #D4E1A0;
}
.AnyTagClassName
{
color: #D4E1A0;
}
</style>
background-color css
<style>
a { background-color: #D4E1A0; }
a { background-color: rgb(212,225,160); }
div.DivClassName
{
background-color: #D4E1A0;
}
.BgClassName
{
background-color: #D4E1A0;
}
</style>
border-color css
<style>
span { border-color: #D4E1A0; }
span { border-color: rgb(212,225,160); }
td.TdClassName
{
border-color: #D4E1A0;
}
.TagClassName
{
border-color: #D4E1A0;
}
</style>