Shades of Reef #D2EEAC
Tints of Reef #D2EEAC
RGB
CMYK
RGB Variations
Color information
#D2EEAC (or 0xD2EEAC) is known color: Reef. HEX triplet: D2, EE and AC. RGB value is (210,238,172). Sum of RGB (Red+Green+Blue) = 210+238+172=620 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.87% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 172 (67.58% from 255 or 27.74% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EEAC is #2D1153. Grayscale: #DEDEDE. Windows color (decimal): -2953556 or 11333330. OLE color: 11333330.
HSL color Cylindrical-coordinate representation of color #D2EEAC: hue angle of 85.45º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D2EEAC is Cyan = 0.12, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 172 | - |
| CMYK | 0.12 | 0 | 0.28 | 0.07 |
| HSL | 85.45º | 0.66% | 0.8% | - |
| HSV(B) | 85.45º | 0.28% | 0.93% | - |
| XYZ | 64.6 | 77.83 | 50.65 | - |
| YUV | 222.1 | 99.72 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 172 | 0.12 | 0 | 0.28 | 0.07 | 85.45 | 0.66 | 0.8 |
| Hex | D2 | EE | AC | C | 0 | 1C | 7 | 55 | 42 | 50 |
| Octal | 322 | 356 | 254 | 14 | 0 | 34 | 7 | 125 | 102 | 120 |
| Binary | 11010010 | 11101110 | 10101100 | 1100 | 0 | 11100 | 111 | 1010101 | 1000010 | 1010000 |
Color Harmonies of #D2EEAC
Complementary color
Monochromatic Colors of #D2EEAC
Black with #D2EEAC
Text Example
Text Example
White with #D2EEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEAC; }
p { color: rgb(210,238,172); }
H1.HeaderClassName
{
color: #D2EEAC;
}
.AnyTagClassName
{
color: #D2EEAC;
}
</style>
background-color css
<style>
a { background-color: #D2EEAC; }
a { background-color: rgb(210,238,172); }
div.DivClassName
{
background-color: #D2EEAC;
}
.BgClassName
{
background-color: #D2EEAC;
}
</style>
border-color css
<style>
span { border-color: #D2EEAC; }
span { border-color: rgb(210,238,172); }
td.TdClassName
{
border-color: #D2EEAC;
}
.TagClassName
{
border-color: #D2EEAC;
}
</style>