Shades of Reef #D2EEAD
Tints of Reef #D2EEAD
RGB
CMYK
RGB Variations
Color information
#D2EEAD (or 0xD2EEAD) is known color: Reef. HEX triplet: D2, EE and AD. RGB value is (210,238,173). Sum of RGB (Red+Green+Blue) = 210+238+173=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EEAD is #2D1152. Grayscale: #DEDEDE. Windows color (decimal): -2953555 or 11398866. OLE color: 11398866.
HSL color Cylindrical-coordinate representation of color #D2EEAD: hue angle of 85.85º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2EEAD is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 173 | - |
| CMYK | 0.12 | 0 | 0.27 | 0.07 |
| HSL | 85.85º | 0.66% | 0.81% | - |
| HSV(B) | 85.85º | 0.27% | 0.93% | - |
| XYZ | 64.7 | 77.87 | 51.16 | - |
| YUV | 222.22 | 100.22 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 173 | 0.12 | 0 | 0.27 | 0.07 | 85.85 | 0.66 | 0.81 |
| Hex | D2 | EE | AD | C | 0 | 1B | 7 | 56 | 42 | 51 |
| Octal | 322 | 356 | 255 | 14 | 0 | 33 | 7 | 126 | 102 | 121 |
| Binary | 11010010 | 11101110 | 10101101 | 1100 | 0 | 11011 | 111 | 1010110 | 1000010 | 1010001 |
Color Harmonies of #D2EEAD
Complementary color
Monochromatic Colors of #D2EEAD
Black with #D2EEAD
Text Example
Text Example
White with #D2EEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEAD; }
p { color: rgb(210,238,173); }
H1.HeaderClassName
{
color: #D2EEAD;
}
.AnyTagClassName
{
color: #D2EEAD;
}
</style>
background-color css
<style>
a { background-color: #D2EEAD; }
a { background-color: rgb(210,238,173); }
div.DivClassName
{
background-color: #D2EEAD;
}
.BgClassName
{
background-color: #D2EEAD;
}
</style>
border-color css
<style>
span { border-color: #D2EEAD; }
span { border-color: rgb(210,238,173); }
td.TdClassName
{
border-color: #D2EEAD;
}
.TagClassName
{
border-color: #D2EEAD;
}
</style>