Shades of Reef #D3EDAA
Tints of Reef #D3EDAA
RGB
CMYK
RGB Variations
Color information
#D3EDAA (or 0xD3EDAA) is known color: Reef. HEX triplet: D3, ED and AA. RGB value is (211,237,170). Sum of RGB (Red+Green+Blue) = 211+237+170=618 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.14% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 170 (66.80% from 255 or 27.51% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #D3EDAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EDAA is #2C1255. Grayscale: #DDDDDD. Windows color (decimal): -2888278 or 11202003. OLE color: 11202003.
HSL color Cylindrical-coordinate representation of color #D3EDAA: hue angle of 83.28º degrees, saturation: 0.65, 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 #D3EDAA is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 170 | - |
| CMYK | 0.11 | 0 | 0.28 | 0.07 |
| HSL | 83.28º | 0.65% | 0.8% | - |
| HSV(B) | 83.28º | 0.28% | 0.93% | - |
| XYZ | 64.4 | 77.32 | 49.56 | - |
| YUV | 221.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 170 | 0.11 | 0 | 0.28 | 0.07 | 83.28 | 0.65 | 0.8 |
| Hex | D3 | ED | AA | B | 0 | 1C | 7 | 53 | 41 | 50 |
| Octal | 323 | 355 | 252 | 13 | 0 | 34 | 7 | 123 | 101 | 120 |
| Binary | 11010011 | 11101101 | 10101010 | 1011 | 0 | 11100 | 111 | 1010011 | 1000001 | 1010000 |
Color Harmonies of #D3EDAA
Complementary color
Monochromatic Colors of #D3EDAA
Black with #D3EDAA
Text Example
Text Example
White with #D3EDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EDAA; }
p { color: rgb(211,237,170); }
H1.HeaderClassName
{
color: #D3EDAA;
}
.AnyTagClassName
{
color: #D3EDAA;
}
</style>
background-color css
<style>
a { background-color: #D3EDAA; }
a { background-color: rgb(211,237,170); }
div.DivClassName
{
background-color: #D3EDAA;
}
.BgClassName
{
background-color: #D3EDAA;
}
</style>
border-color css
<style>
span { border-color: #D3EDAA; }
span { border-color: rgb(211,237,170); }
td.TdClassName
{
border-color: #D3EDAA;
}
.TagClassName
{
border-color: #D3EDAA;
}
</style>