Shades of Reef #D3E3B2
Tints of Reef #D3E3B2
RGB
CMYK
RGB Variations
Color information
#D3E3B2 (or 0xD3E3B2) is known color: Reef. HEX triplet: D3, E3 and B2. RGB value is (211,227,178). Sum of RGB (Red+Green+Blue) = 211+227+178=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 178 (69.92% from 255 or 28.90% from 616); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E3B2 is #2C1C4D. Grayscale: #D8D8D8. Windows color (decimal): -2890830 or 11723731. OLE color: 11723731.
HSL color Cylindrical-coordinate representation of color #D3E3B2: hue angle of 79.59º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3E3B2 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 211 | 227 | 178 | - |
| CMYK | 0.07 | 0 | 0.22 | 0.11 |
| HSL | 79.59º | 0.47% | 0.79% | - |
| HSV(B) | 79.59º | 0.22% | 0.89% | - |
| XYZ | 62.37 | 72 | 52.73 | - |
| YUV | 216.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 227 | 178 | 0.07 | 0 | 0.22 | 0.11 | 79.59 | 0.47 | 0.79 |
| Hex | D3 | E3 | B2 | 7 | 0 | 16 | B | 50 | 2F | 4F |
| Octal | 323 | 343 | 262 | 7 | 0 | 26 | 13 | 120 | 57 | 117 |
| Binary | 11010011 | 11100011 | 10110010 | 111 | 0 | 10110 | 1011 | 1010000 | 101111 | 1001111 |
Color Harmonies of #D3E3B2
Complementary color
Monochromatic Colors of #D3E3B2
Black with #D3E3B2
Text Example
Text Example
White with #D3E3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E3B2; }
p { color: rgb(211,227,178); }
H1.HeaderClassName
{
color: #D3E3B2;
}
.AnyTagClassName
{
color: #D3E3B2;
}
</style>
background-color css
<style>
a { background-color: #D3E3B2; }
a { background-color: rgb(211,227,178); }
div.DivClassName
{
background-color: #D3E3B2;
}
.BgClassName
{
background-color: #D3E3B2;
}
</style>
border-color css
<style>
span { border-color: #D3E3B2; }
span { border-color: rgb(211,227,178); }
td.TdClassName
{
border-color: #D3E3B2;
}
.TagClassName
{
border-color: #D3E3B2;
}
</style>