Shades of Reef #D2EDAC
Tints of Reef #D2EDAC
RGB
CMYK
RGB Variations
Color information
#D2EDAC (or 0xD2EDAC) is known color: Reef. HEX triplet: D2, ED and AC. RGB value is (210,237,172). Sum of RGB (Red+Green+Blue) = 210+237+172=619 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.93% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 172 (67.58% from 255 or 27.79% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EDAC is #2D1253. Grayscale: #DDDDDD. Windows color (decimal): -2953812 or 11333074. OLE color: 11333074.
HSL color Cylindrical-coordinate representation of color #D2EDAC: hue angle of 84.92º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2EDAC is Cyan = 0.11, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 237 | 172 | - |
| CMYK | 0.11 | 0 | 0.27 | 0.07 |
| HSL | 84.92º | 0.64% | 0.8% | - |
| HSV(B) | 84.92º | 0.27% | 0.93% | - |
| XYZ | 64.31 | 77.25 | 50.55 | - |
| YUV | 221.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 237 | 172 | 0.11 | 0 | 0.27 | 0.07 | 84.92 | 0.64 | 0.8 |
| Hex | D2 | ED | AC | B | 0 | 1B | 7 | 55 | 40 | 50 |
| Octal | 322 | 355 | 254 | 13 | 0 | 33 | 7 | 125 | 100 | 120 |
| Binary | 11010010 | 11101101 | 10101100 | 1011 | 0 | 11011 | 111 | 1010101 | 1000000 | 1010000 |
Color Harmonies of #D2EDAC
Complementary color
Monochromatic Colors of #D2EDAC
Black with #D2EDAC
Text Example
Text Example
White with #D2EDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EDAC; }
p { color: rgb(210,237,172); }
H1.HeaderClassName
{
color: #D2EDAC;
}
.AnyTagClassName
{
color: #D2EDAC;
}
</style>
background-color css
<style>
a { background-color: #D2EDAC; }
a { background-color: rgb(210,237,172); }
div.DivClassName
{
background-color: #D2EDAC;
}
.BgClassName
{
background-color: #D2EDAC;
}
</style>
border-color css
<style>
span { border-color: #D2EDAC; }
span { border-color: rgb(210,237,172); }
td.TdClassName
{
border-color: #D2EDAC;
}
.TagClassName
{
border-color: #D2EDAC;
}
</style>