Shades of Reef #D3EEAC
Tints of Reef #D3EEAC
RGB
CMYK
RGB Variations
Color information
#D3EEAC (or 0xD3EEAC) is known color: Reef. HEX triplet: D3, EE and AC. RGB value is (211,238,172). Sum of RGB (Red+Green+Blue) = 211+238+172=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 238 (93.36% from 255 or 38.33% from 621); Blue value is 172 (67.58% from 255 or 27.70% from 621); Max value from RGB is 238 - color contains mainly: green. Hex color #D3EEAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EEAC is #2C1153. Grayscale: #DEDEDE. Windows color (decimal): -2888020 or 11333331. OLE color: 11333331.
HSL color Cylindrical-coordinate representation of color #D3EEAC: hue angle of 84.55º 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 #D3EEAC is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 238 | 172 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.07 |
| HSL | 84.55º | 0.66% | 0.8% | - |
| HSV(B) | 84.55º | 0.28% | 0.93% | - |
| XYZ | 64.88 | 77.98 | 50.66 | - |
| YUV | 222.4 | 99.55 | 119.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 238 | 172 | 0.11 | 0 | 0.28 | 0.07 | 84.55 | 0.66 | 0.8 |
| Hex | D3 | EE | AC | B | 0 | 1C | 7 | 55 | 42 | 50 |
| Octal | 323 | 356 | 254 | 13 | 0 | 34 | 7 | 125 | 102 | 120 |
| Binary | 11010011 | 11101110 | 10101100 | 1011 | 0 | 11100 | 111 | 1010101 | 1000010 | 1010000 |
Color Harmonies of #D3EEAC
Complementary color
Monochromatic Colors of #D3EEAC
Black with #D3EEAC
Text Example
Text Example
White with #D3EEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EEAC; }
p { color: rgb(211,238,172); }
H1.HeaderClassName
{
color: #D3EEAC;
}
.AnyTagClassName
{
color: #D3EEAC;
}
</style>
background-color css
<style>
a { background-color: #D3EEAC; }
a { background-color: rgb(211,238,172); }
div.DivClassName
{
background-color: #D3EEAC;
}
.BgClassName
{
background-color: #D3EEAC;
}
</style>
border-color css
<style>
span { border-color: #D3EEAC; }
span { border-color: rgb(211,238,172); }
td.TdClassName
{
border-color: #D3EEAC;
}
.TagClassName
{
border-color: #D3EEAC;
}
</style>