Shades of Reef #D2EFA3
Tints of Reef #D2EFA3
RGB
CMYK
RGB Variations
Color information
#D2EFA3 (or 0xD2EFA3) is known color: Reef. HEX triplet: D2, EF and A3. RGB value is (210,239,163). Sum of RGB (Red+Green+Blue) = 210+239+163=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 163 (64.06% from 255 or 26.63% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFA3 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EFA3 is #2D105C. Grayscale: #DDDDDD. Windows color (decimal): -2953309 or 10743762. OLE color: 10743762.
HSL color Cylindrical-coordinate representation of color #D2EFA3: hue angle of 82.89º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D2EFA3 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 239 | 163 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.06 |
| HSL | 82.89º | 0.7% | 0.79% | - |
| HSV(B) | 82.89º | 0.32% | 0.94% | - |
| XYZ | 64.06 | 78.08 | 46.34 | - |
| YUV | 221.67 | 94.89 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 239 | 163 | 0.12 | 0 | 0.32 | 0.06 | 82.89 | 0.7 | 0.79 |
| Hex | D2 | EF | A3 | C | 0 | 20 | 6 | 53 | 46 | 4F |
| Octal | 322 | 357 | 243 | 14 | 0 | 40 | 6 | 123 | 106 | 117 |
| Binary | 11010010 | 11101111 | 10100011 | 1100 | 0 | 100000 | 110 | 1010011 | 1000110 | 1001111 |
Color Harmonies of #D2EFA3
Complementary color
Monochromatic Colors of #D2EFA3
Black with #D2EFA3
Text Example
Text Example
White with #D2EFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EFA3; }
p { color: rgb(210,239,163); }
H1.HeaderClassName
{
color: #D2EFA3;
}
.AnyTagClassName
{
color: #D2EFA3;
}
</style>
background-color css
<style>
a { background-color: #D2EFA3; }
a { background-color: rgb(210,239,163); }
div.DivClassName
{
background-color: #D2EFA3;
}
.BgClassName
{
background-color: #D2EFA3;
}
</style>
border-color css
<style>
span { border-color: #D2EFA3; }
span { border-color: rgb(210,239,163); }
td.TdClassName
{
border-color: #D2EFA3;
}
.TagClassName
{
border-color: #D2EFA3;
}
</style>