Shades of Black Squeeze #E3E6D3
Tints of Black Squeeze #E3E6D3
RGB
CMYK
RGB Variations
Color information
#E3E6D3 (or 0xE3E6D3) is known color: Black Squeeze. HEX triplet: E3, E6 and D3. RGB value is (227,230,211). Sum of RGB (Red+Green+Blue) = 227+230+211=668 (88% of max value = 765). Red value is 227 (89.06% from 255 or 33.98% from 668); Green value is 230 (90.23% from 255 or 34.43% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 230 - color contains mainly: green. Hex color #E3E6D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E3E6D3 is #1C192C. Grayscale: #E3E3E3. Windows color (decimal): -1841453 or 13887203. OLE color: 13887203.
HSL color Cylindrical-coordinate representation of color #E3E6D3: hue angle of 69.47º degrees, saturation: 0.28, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E3E6D3 is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 230 | 211 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.10 |
| HSL | 69.47º | 0.28% | 0.86% | - |
| HSV(B) | 69.47º | 0.08% | 0.9% | - |
| XYZ | 71.73 | 77.63 | 72.83 | - |
| YUV | 226.94 | 119.01 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 230 | 211 | 0.01 | 0 | 0.08 | 0.10 | 69.47 | 0.28 | 0.86 |
| Hex | E3 | E6 | D3 | 1 | 0 | 8 | A | 45 | 1C | 56 |
| Octal | 343 | 346 | 323 | 1 | 0 | 10 | 12 | 105 | 34 | 126 |
| Binary | 11100011 | 11100110 | 11010011 | 1 | 0 | 1000 | 1010 | 1000101 | 11100 | 1010110 |
Color Harmonies of #E3E6D3
Complementary color
Monochromatic Colors of #E3E6D3
Black with #E3E6D3
Text Example
Text Example
White with #E3E6D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E6D3; }
p { color: rgb(227,230,211); }
H1.HeaderClassName
{
color: #E3E6D3;
}
.AnyTagClassName
{
color: #E3E6D3;
}
</style>
background-color css
<style>
a { background-color: #E3E6D3; }
a { background-color: rgb(227,230,211); }
div.DivClassName
{
background-color: #E3E6D3;
}
.BgClassName
{
background-color: #E3E6D3;
}
</style>
border-color css
<style>
span { border-color: #E3E6D3; }
span { border-color: rgb(227,230,211); }
td.TdClassName
{
border-color: #E3E6D3;
}
.TagClassName
{
border-color: #E3E6D3;
}
</style>