Shades of Reef #D2EEA6
Tints of Reef #D2EEA6
RGB
CMYK
RGB Variations
Color information
#D2EEA6 (or 0xD2EEA6) is known color: Reef. HEX triplet: D2, EE and A6. RGB value is (210,238,166). Sum of RGB (Red+Green+Blue) = 210+238+166=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 238 (93.36% from 255 or 38.76% from 614); Blue value is 166 (65.23% from 255 or 27.04% from 614); Max value from RGB is 238 - color contains mainly: green. Hex color #D2EEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EEA6 is #2D1159. Grayscale: #DDDDDD. Windows color (decimal): -2953562 or 10940114. OLE color: 10940114.
HSL color Cylindrical-coordinate representation of color #D2EEA6: hue angle of 83.33º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D2EEA6 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 238 | 166 | - |
| CMYK | 0.12 | 0 | 0.30 | 0.07 |
| HSL | 83.33º | 0.68% | 0.79% | - |
| HSV(B) | 83.33º | 0.3% | 0.93% | - |
| XYZ | 64.04 | 77.6 | 47.68 | - |
| YUV | 221.42 | 96.72 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 238 | 166 | 0.12 | 0 | 0.30 | 0.07 | 83.33 | 0.68 | 0.79 |
| Hex | D2 | EE | A6 | C | 0 | 1E | 7 | 53 | 44 | 4F |
| Octal | 322 | 356 | 246 | 14 | 0 | 36 | 7 | 123 | 104 | 117 |
| Binary | 11010010 | 11101110 | 10100110 | 1100 | 0 | 11110 | 111 | 1010011 | 1000100 | 1001111 |
Color Harmonies of #D2EEA6
Complementary color
Monochromatic Colors of #D2EEA6
Black with #D2EEA6
Text Example
Text Example
White with #D2EEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EEA6; }
p { color: rgb(210,238,166); }
H1.HeaderClassName
{
color: #D2EEA6;
}
.AnyTagClassName
{
color: #D2EEA6;
}
</style>
background-color css
<style>
a { background-color: #D2EEA6; }
a { background-color: rgb(210,238,166); }
div.DivClassName
{
background-color: #D2EEA6;
}
.BgClassName
{
background-color: #D2EEA6;
}
</style>
border-color css
<style>
span { border-color: #D2EEA6; }
span { border-color: rgb(210,238,166); }
td.TdClassName
{
border-color: #D2EEA6;
}
.TagClassName
{
border-color: #D2EEA6;
}
</style>