Shades of Reef #D4EEAF
Tints of Reef #D4EEAF
RGB
CMYK
RGB Variations
Color information
#D4EEAF (or 0xD4EEAF) is known color: Reef. HEX triplet: D4, EE and AF. RGB value is (212,238,175). Sum of RGB (Red+Green+Blue) = 212+238+175=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 175 (68.75% from 255 or 28% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #D4EEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4EEAF is #2B1150. Grayscale: #DFDFDF. Windows color (decimal): -2822481 or 11529940. OLE color: 11529940.
HSL color Cylindrical-coordinate representation of color #D4EEAF: hue angle of 84.76º degrees, saturation: 0.65, 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 #D4EEAF is Cyan = 0.11, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 238 | 175 | - |
| CMYK | 0.11 | 0 | 0.26 | 0.07 |
| HSL | 84.76º | 0.65% | 0.81% | - |
| HSV(B) | 84.76º | 0.26% | 0.93% | - |
| XYZ | 65.46 | 78.24 | 52.21 | - |
| YUV | 223.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 238 | 175 | 0.11 | 0 | 0.26 | 0.07 | 84.76 | 0.65 | 0.81 |
| Hex | D4 | EE | AF | B | 0 | 1A | 7 | 55 | 41 | 51 |
| Octal | 324 | 356 | 257 | 13 | 0 | 32 | 7 | 125 | 101 | 121 |
| Binary | 11010100 | 11101110 | 10101111 | 1011 | 0 | 11010 | 111 | 1010101 | 1000001 | 1010001 |
Color Harmonies of #D4EEAF
Complementary color
Monochromatic Colors of #D4EEAF
Black with #D4EEAF
Text Example
Text Example
White with #D4EEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4EEAF; }
p { color: rgb(212,238,175); }
H1.HeaderClassName
{
color: #D4EEAF;
}
.AnyTagClassName
{
color: #D4EEAF;
}
</style>
background-color css
<style>
a { background-color: #D4EEAF; }
a { background-color: rgb(212,238,175); }
div.DivClassName
{
background-color: #D4EEAF;
}
.BgClassName
{
background-color: #D4EEAF;
}
</style>
border-color css
<style>
span { border-color: #D4EEAF; }
span { border-color: rgb(212,238,175); }
td.TdClassName
{
border-color: #D4EEAF;
}
.TagClassName
{
border-color: #D4EEAF;
}
</style>