Shades of Reef #D4EEB1
Tints of Reef #D4EEB1
RGB
CMYK
RGB Variations
Color information
#D4EEB1 (or 0xD4EEB1) is known color: Reef. HEX triplet: D4, EE and B1. RGB value is (212,238,177). Sum of RGB (Red+Green+Blue) = 212+238+177=627 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.81% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 177 (69.53% from 255 or 28.23% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EEB1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EEB1 is #2B114E. Grayscale: #DFDFDF. Windows color (decimal): -2822479 or 11661012. OLE color: 11661012.
HSL color Cylindrical-coordinate representation of color #D4EEB1: hue angle of 85.57º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4EEB1 is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 238 | 177 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.07 |
| HSL | 85.57º | 0.64% | 0.81% | - |
| HSV(B) | 85.57º | 0.26% | 0.93% | - |
| XYZ | 65.66 | 78.32 | 53.25 | - |
| YUV | 223.27 | 101.89 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 238 | 177 | 0.11 | 0 | 0.26 | 0.07 | 85.57 | 0.64 | 0.81 |
| Hex | D4 | EE | B1 | B | 0 | 1A | 7 | 56 | 40 | 51 |
| Octal | 324 | 356 | 261 | 13 | 0 | 32 | 7 | 126 | 100 | 121 |
| Binary | 11010100 | 11101110 | 10110001 | 1011 | 0 | 11010 | 111 | 1010110 | 1000000 | 1010001 |
Color Harmonies of #D4EEB1
Complementary color
Monochromatic Colors of #D4EEB1
Black with #D4EEB1
Text Example
Text Example
White with #D4EEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EEB1; }
p { color: rgb(212,238,177); }
H1.HeaderClassName
{
color: #D4EEB1;
}
.AnyTagClassName
{
color: #D4EEB1;
}
</style>
background-color css
<style>
a { background-color: #D4EEB1; }
a { background-color: rgb(212,238,177); }
div.DivClassName
{
background-color: #D4EEB1;
}
.BgClassName
{
background-color: #D4EEB1;
}
</style>
border-color css
<style>
span { border-color: #D4EEB1; }
span { border-color: rgb(212,238,177); }
td.TdClassName
{
border-color: #D4EEB1;
}
.TagClassName
{
border-color: #D4EEB1;
}
</style>