Shades of Reef #D4EAA1
Tints of Reef #D4EAA1
RGB
CMYK
RGB Variations
Color information
#D4EAA1 (or 0xD4EAA1) is known color: Reef. HEX triplet: D4, EA and A1. RGB value is (212,234,161). Sum of RGB (Red+Green+Blue) = 212+234+161=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 161 (63.28% from 255 or 26.52% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #D4EAA1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EAA1 is #2B155E. Grayscale: #DBDBDB. Windows color (decimal): -2823519 or 10611412. OLE color: 10611412.
HSL color Cylindrical-coordinate representation of color #D4EAA1: hue angle of 78.08º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4EAA1 is Cyan = 0.09, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 234 | 161 | - |
| CMYK | 0.09 | 0 | 0.31 | 0.08 |
| HSL | 78.08º | 0.63% | 0.77% | - |
| HSV(B) | 78.08º | 0.31% | 0.92% | - |
| XYZ | 63.01 | 75.42 | 44.95 | - |
| YUV | 219.1 | 95.21 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 234 | 161 | 0.09 | 0 | 0.31 | 0.08 | 78.08 | 0.63 | 0.77 |
| Hex | D4 | EA | A1 | 9 | 0 | 1F | 8 | 4E | 3F | 4D |
| Octal | 324 | 352 | 241 | 11 | 0 | 37 | 10 | 116 | 77 | 115 |
| Binary | 11010100 | 11101010 | 10100001 | 1001 | 0 | 11111 | 1000 | 1001110 | 111111 | 1001101 |
Color Harmonies of #D4EAA1
Complementary color
Monochromatic Colors of #D4EAA1
Black with #D4EAA1
Text Example
Text Example
White with #D4EAA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EAA1; }
p { color: rgb(212,234,161); }
H1.HeaderClassName
{
color: #D4EAA1;
}
.AnyTagClassName
{
color: #D4EAA1;
}
</style>
background-color css
<style>
a { background-color: #D4EAA1; }
a { background-color: rgb(212,234,161); }
div.DivClassName
{
background-color: #D4EAA1;
}
.BgClassName
{
background-color: #D4EAA1;
}
</style>
border-color css
<style>
span { border-color: #D4EAA1; }
span { border-color: rgb(212,234,161); }
td.TdClassName
{
border-color: #D4EAA1;
}
.TagClassName
{
border-color: #D4EAA1;
}
</style>