Shades of Reef #D4EBB1
Tints of Reef #D4EBB1
RGB
CMYK
RGB Variations
Color information
#D4EBB1 (or 0xD4EBB1) is known color: Reef. HEX triplet: D4, EB and B1. RGB value is (212,235,177). Sum of RGB (Red+Green+Blue) = 212+235+177=624 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.97% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 177 (69.53% from 255 or 28.37% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #D4EBB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EBB1 is #2B144E. Grayscale: #DDDDDD. Windows color (decimal): -2823247 or 11660244. OLE color: 11660244.
HSL color Cylindrical-coordinate representation of color #D4EBB1: hue angle of 83.79º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4EBB1 is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 212 | 235 | 177 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.08 |
| HSL | 83.79º | 0.59% | 0.81% | - |
| HSV(B) | 83.79º | 0.25% | 0.92% | - |
| XYZ | 64.8 | 76.59 | 52.96 | - |
| YUV | 221.51 | 102.88 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 235 | 177 | 0.10 | 0 | 0.25 | 0.08 | 83.79 | 0.59 | 0.81 |
| Hex | D4 | EB | B1 | A | 0 | 19 | 8 | 54 | 3B | 51 |
| Octal | 324 | 353 | 261 | 12 | 0 | 31 | 10 | 124 | 73 | 121 |
| Binary | 11010100 | 11101011 | 10110001 | 1010 | 0 | 11001 | 1000 | 1010100 | 111011 | 1010001 |
Color Harmonies of #D4EBB1
Complementary color
Monochromatic Colors of #D4EBB1
Black with #D4EBB1
Text Example
Text Example
White with #D4EBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EBB1; }
p { color: rgb(212,235,177); }
H1.HeaderClassName
{
color: #D4EBB1;
}
.AnyTagClassName
{
color: #D4EBB1;
}
</style>
background-color css
<style>
a { background-color: #D4EBB1; }
a { background-color: rgb(212,235,177); }
div.DivClassName
{
background-color: #D4EBB1;
}
.BgClassName
{
background-color: #D4EBB1;
}
</style>
border-color css
<style>
span { border-color: #D4EBB1; }
span { border-color: rgb(212,235,177); }
td.TdClassName
{
border-color: #D4EBB1;
}
.TagClassName
{
border-color: #D4EBB1;
}
</style>