Shades of Reef #D4EDB4
Tints of Reef #D4EDB4
RGB
CMYK
RGB Variations
Color information
#D4EDB4 (or 0xD4EDB4) is known color: Reef. HEX triplet: D4, ED and B4. RGB value is (212,237,180). Sum of RGB (Red+Green+Blue) = 212+237+180=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 180 (70.70% from 255 or 28.62% from 629); Max value from RGB is 237 - color contains mainly: green. Hex color #D4EDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EDB4 is #2B124B. Grayscale: #DFDFDF. Windows color (decimal): -2822732 or 11857364. OLE color: 11857364.
HSL color Cylindrical-coordinate representation of color #D4EDB4: hue angle of 86.32º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4EDB4 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 237 | 180 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.07 |
| HSL | 86.32º | 0.61% | 0.82% | - |
| HSV(B) | 86.32º | 0.24% | 0.93% | - |
| XYZ | 65.67 | 77.86 | 54.75 | - |
| YUV | 223.03 | 103.72 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 237 | 180 | 0.11 | 0 | 0.24 | 0.07 | 86.32 | 0.61 | 0.82 |
| Hex | D4 | ED | B4 | B | 0 | 18 | 7 | 56 | 3D | 52 |
| Octal | 324 | 355 | 264 | 13 | 0 | 30 | 7 | 126 | 75 | 122 |
| Binary | 11010100 | 11101101 | 10110100 | 1011 | 0 | 11000 | 111 | 1010110 | 111101 | 1010010 |
Color Harmonies of #D4EDB4
Complementary color
Monochromatic Colors of #D4EDB4
Black with #D4EDB4
Text Example
Text Example
White with #D4EDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EDB4; }
p { color: rgb(212,237,180); }
H1.HeaderClassName
{
color: #D4EDB4;
}
.AnyTagClassName
{
color: #D4EDB4;
}
</style>
background-color css
<style>
a { background-color: #D4EDB4; }
a { background-color: rgb(212,237,180); }
div.DivClassName
{
background-color: #D4EDB4;
}
.BgClassName
{
background-color: #D4EDB4;
}
</style>
border-color css
<style>
span { border-color: #D4EDB4; }
span { border-color: rgb(212,237,180); }
td.TdClassName
{
border-color: #D4EDB4;
}
.TagClassName
{
border-color: #D4EDB4;
}
</style>