Shades of Reef #D3EBB2
Tints of Reef #D3EBB2
RGB
CMYK
RGB Variations
Color information
#D3EBB2 (or 0xD3EBB2) is known color: Reef. HEX triplet: D3, EB and B2. RGB value is (211,235,178). Sum of RGB (Red+Green+Blue) = 211+235+178=624 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.81% from 624); Green value is 235 (92.19% from 255 or 37.66% from 624); Blue value is 178 (69.92% from 255 or 28.53% from 624); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3EBB2 is #2C144D. Grayscale: #DDDDDD. Windows color (decimal): -2888782 or 11725779. OLE color: 11725779.
HSL color Cylindrical-coordinate representation of color #D3EBB2: hue angle of 85.26º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3EBB2 is Cyan = 0.10, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 235 | 178 | - |
| CMYK | 0.10 | 0 | 0.24 | 0.08 |
| HSL | 85.26º | 0.59% | 0.81% | - |
| HSV(B) | 85.26º | 0.24% | 0.92% | - |
| XYZ | 64.61 | 76.48 | 53.48 | - |
| YUV | 221.33 | 103.55 | 120.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 235 | 178 | 0.10 | 0 | 0.24 | 0.08 | 85.26 | 0.59 | 0.81 |
| Hex | D3 | EB | B2 | A | 0 | 18 | 8 | 55 | 3B | 51 |
| Octal | 323 | 353 | 262 | 12 | 0 | 30 | 10 | 125 | 73 | 121 |
| Binary | 11010011 | 11101011 | 10110010 | 1010 | 0 | 11000 | 1000 | 1010101 | 111011 | 1010001 |
Color Harmonies of #D3EBB2
Complementary color
Monochromatic Colors of #D3EBB2
Black with #D3EBB2
Text Example
Text Example
White with #D3EBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3EBB2; }
p { color: rgb(211,235,178); }
H1.HeaderClassName
{
color: #D3EBB2;
}
.AnyTagClassName
{
color: #D3EBB2;
}
</style>
background-color css
<style>
a { background-color: #D3EBB2; }
a { background-color: rgb(211,235,178); }
div.DivClassName
{
background-color: #D3EBB2;
}
.BgClassName
{
background-color: #D3EBB2;
}
</style>
border-color css
<style>
span { border-color: #D3EBB2; }
span { border-color: rgb(211,235,178); }
td.TdClassName
{
border-color: #D3EBB2;
}
.TagClassName
{
border-color: #D3EBB2;
}
</style>