Shades of Reef #D3EFA2
Tints of Reef #D3EFA2
RGB
CMYK
RGB Variations
Color information
#D3EFA2 (or 0xD3EFA2) is known color: Reef. HEX triplet: D3, EF and A2. RGB value is (211,239,162). Sum of RGB (Red+Green+Blue) = 211+239+162=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 162 (63.67% from 255 or 26.47% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #D3EFA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EFA2 is #2C105D. Grayscale: #DEDEDE. Windows color (decimal): -2887774 or 10678227. OLE color: 10678227.
HSL color Cylindrical-coordinate representation of color #D3EFA2: hue angle of 81.82º degrees, saturation: 0.71, 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 #D3EFA2 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 239 | 162 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.06 |
| HSL | 81.82º | 0.71% | 0.79% | - |
| HSV(B) | 81.82º | 0.32% | 0.94% | - |
| XYZ | 64.25 | 78.19 | 45.89 | - |
| YUV | 221.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 239 | 162 | 0.12 | 0 | 0.32 | 0.06 | 81.82 | 0.71 | 0.79 |
| Hex | D3 | EF | A2 | C | 0 | 20 | 6 | 52 | 47 | 4F |
| Octal | 323 | 357 | 242 | 14 | 0 | 40 | 6 | 122 | 107 | 117 |
| Binary | 11010011 | 11101111 | 10100010 | 1100 | 0 | 100000 | 110 | 1010010 | 1000111 | 1001111 |
Color Harmonies of #D3EFA2
Complementary color
Monochromatic Colors of #D3EFA2
Black with #D3EFA2
Text Example
Text Example
White with #D3EFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EFA2; }
p { color: rgb(211,239,162); }
H1.HeaderClassName
{
color: #D3EFA2;
}
.AnyTagClassName
{
color: #D3EFA2;
}
</style>
background-color css
<style>
a { background-color: #D3EFA2; }
a { background-color: rgb(211,239,162); }
div.DivClassName
{
background-color: #D3EFA2;
}
.BgClassName
{
background-color: #D3EFA2;
}
</style>
border-color css
<style>
span { border-color: #D3EFA2; }
span { border-color: rgb(211,239,162); }
td.TdClassName
{
border-color: #D3EFA2;
}
.TagClassName
{
border-color: #D3EFA2;
}
</style>