Shades of Reef #D3EAAD
Tints of Reef #D3EAAD
RGB
CMYK
RGB Variations
Color information
#D3EAAD (or 0xD3EAAD) is known color: Reef. HEX triplet: D3, EA and AD. RGB value is (211,234,173). Sum of RGB (Red+Green+Blue) = 211+234+173=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EAAD is #2C1552. Grayscale: #DCDCDC. Windows color (decimal): -2889043 or 11397843. OLE color: 11397843.
HSL color Cylindrical-coordinate representation of color #D3EAAD: hue angle of 82.62º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3EAAD is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 234 | 173 | - |
| CMYK | 0.10 | 0 | 0.26 | 0.08 |
| HSL | 82.62º | 0.59% | 0.8% | - |
| HSV(B) | 82.62º | 0.26% | 0.92% | - |
| XYZ | 63.83 | 75.71 | 50.78 | - |
| YUV | 220.17 | 101.38 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 173 | 0.10 | 0 | 0.26 | 0.08 | 82.62 | 0.59 | 0.8 |
| Hex | D3 | EA | AD | A | 0 | 1A | 8 | 53 | 3B | 50 |
| Octal | 323 | 352 | 255 | 12 | 0 | 32 | 10 | 123 | 73 | 120 |
| Binary | 11010011 | 11101010 | 10101101 | 1010 | 0 | 11010 | 1000 | 1010011 | 111011 | 1010000 |
Color Harmonies of #D3EAAD
Complementary color
Monochromatic Colors of #D3EAAD
Black with #D3EAAD
Text Example
Text Example
White with #D3EAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EAAD; }
p { color: rgb(211,234,173); }
H1.HeaderClassName
{
color: #D3EAAD;
}
.AnyTagClassName
{
color: #D3EAAD;
}
</style>
background-color css
<style>
a { background-color: #D3EAAD; }
a { background-color: rgb(211,234,173); }
div.DivClassName
{
background-color: #D3EAAD;
}
.BgClassName
{
background-color: #D3EAAD;
}
</style>
border-color css
<style>
span { border-color: #D3EAAD; }
span { border-color: rgb(211,234,173); }
td.TdClassName
{
border-color: #D3EAAD;
}
.TagClassName
{
border-color: #D3EAAD;
}
</style>