Shades of Selago #E2DDE3
Tints of Selago #E2DDE3
RGB
CMYK
RGB Variations
Color information
#E2DDE3 (or 0xE2DDE3) is known color: Selago. HEX triplet: E2, DD and E3. RGB value is (226,221,227). Sum of RGB (Red+Green+Blue) = 226+221+227=674 (89% of max value = 765). Red value is 226 (88.67% from 255 or 33.53% from 674); Green value is 221 (86.72% from 255 or 32.79% from 674); Blue value is 227 (89.06% from 255 or 33.68% from 674); Max value from RGB is 227 - color contains mainly: blue. Hex color #E2DDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2DDE3 is #1D221C. Grayscale: #DFDFDF. Windows color (decimal): -1909277 or 14933474. OLE color: 14933474.
HSL color Cylindrical-coordinate representation of color #E2DDE3: hue angle of 290º degrees, saturation: 0.1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #E2DDE3 is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 221 | 227 | - |
CMYK | 0.00 | 0.03 | 0 | 0.11 |
HSL | 290º | 0.1% | 0.88% | - |
HSV(B) | 290º | 0.03% | 0.89% | - |
XYZ | 71.09 | 73.43 | 83.1 | - |
YUV | 223.18 | 130.16 | 130.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 221 | 227 | 0.00 | 0.03 | 0 | 0.11 | 290 | 0.1 | 0.88 |
Hex | E2 | DD | E3 | 0 | 3 | 0 | B | 122 | A | 58 |
Octal | 342 | 335 | 343 | 0 | 3 | 0 | 13 | 442 | 12 | 130 |
Binary | 11100010 | 11011101 | 11100011 | 0 | 11 | 0 | 1011 | 100100010 | 1010 | 1011000 |
Color Harmonies of #E2DDE3
Complementary color
Monochromatic Colors of #E2DDE3
Black with #E2DDE3
Text Example
Text Example
White with #E2DDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2DDE3; }
p { color: rgb(226,221,227); }
H1.HeaderClassName
{
color: #E2DDE3;
}
.AnyTagClassName
{
color: #E2DDE3;
}
</style>
background-color css
<style>
a { background-color: #E2DDE3; }
a { background-color: rgb(226,221,227); }
div.DivClassName
{
background-color: #E2DDE3;
}
.BgClassName
{
background-color: #E2DDE3;
}
</style>
border-color css
<style>
span { border-color: #E2DDE3; }
span { border-color: rgb(226,221,227); }
td.TdClassName
{
border-color: #E2DDE3;
}
.TagClassName
{
border-color: #E2DDE3;
}
</style>