Shades of Reef #D3EAAF
Tints of Reef #D3EAAF
RGB
CMYK
RGB Variations
Color information
#D3EAAF (or 0xD3EAAF) is known color: Reef. HEX triplet: D3, EA and AF. RGB value is (211,234,175). Sum of RGB (Red+Green+Blue) = 211+234+175=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 175 (68.75% from 255 or 28.23% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #D3EAAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EAAF is #2C1550. Grayscale: #DCDCDC. Windows color (decimal): -2889041 or 11528915. OLE color: 11528915.
HSL color Cylindrical-coordinate representation of color #D3EAAF: hue angle of 83.39º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3EAAF is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 234 | 175 | - |
| CMYK | 0.10 | 0 | 0.25 | 0.08 |
| HSL | 83.39º | 0.58% | 0.8% | - |
| HSV(B) | 83.39º | 0.25% | 0.92% | - |
| XYZ | 64.02 | 75.79 | 51.81 | - |
| YUV | 220.4 | 102.38 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 234 | 175 | 0.10 | 0 | 0.25 | 0.08 | 83.39 | 0.58 | 0.8 |
| Hex | D3 | EA | AF | A | 0 | 19 | 8 | 53 | 3A | 50 |
| Octal | 323 | 352 | 257 | 12 | 0 | 31 | 10 | 123 | 72 | 120 |
| Binary | 11010011 | 11101010 | 10101111 | 1010 | 0 | 11001 | 1000 | 1010011 | 111010 | 1010000 |
Color Harmonies of #D3EAAF
Complementary color
Monochromatic Colors of #D3EAAF
Black with #D3EAAF
Text Example
Text Example
White with #D3EAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EAAF; }
p { color: rgb(211,234,175); }
H1.HeaderClassName
{
color: #D3EAAF;
}
.AnyTagClassName
{
color: #D3EAAF;
}
</style>
background-color css
<style>
a { background-color: #D3EAAF; }
a { background-color: rgb(211,234,175); }
div.DivClassName
{
background-color: #D3EAAF;
}
.BgClassName
{
background-color: #D3EAAF;
}
</style>
border-color css
<style>
span { border-color: #D3EAAF; }
span { border-color: rgb(211,234,175); }
td.TdClassName
{
border-color: #D3EAAF;
}
.TagClassName
{
border-color: #D3EAAF;
}
</style>