Shades of Selago #E9DEEC
Tints of Selago #E9DEEC
RGB
CMYK
RGB Variations
Color information
#E9DEEC (or 0xE9DEEC) is known color: Selago. HEX triplet: E9, DE and EC. RGB value is (233,222,236). Sum of RGB (Red+Green+Blue) = 233+222+236=691 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.72% from 691); Green value is 222 (87.11% from 255 or 32.13% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9DEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DEEC is #162113. Grayscale: #E2E2E2. Windows color (decimal): -1450260 or 15523561. OLE color: 15523561.
HSL color Cylindrical-coordinate representation of color #E9DEEC: hue angle of 287.14º degrees, saturation: 0.27, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #E9DEEC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 233 | 222 | 236 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.07 |
| HSL | 287.14º | 0.27% | 0.9% | - |
| HSV(B) | 287.14º | 0.06% | 0.93% | - |
| XYZ | 74.87 | 75.62 | 90.01 | - |
| YUV | 226.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 222 | 236 | 0.01 | 0.06 | 0 | 0.07 | 287.14 | 0.27 | 0.9 |
| Hex | E9 | DE | EC | 1 | 6 | 0 | 7 | 11F | 1B | 5A |
| Octal | 351 | 336 | 354 | 1 | 6 | 0 | 7 | 437 | 33 | 132 |
| Binary | 11101001 | 11011110 | 11101100 | 1 | 110 | 0 | 111 | 100011111 | 11011 | 1011010 |
Color Harmonies of #E9DEEC
Complementary color
Monochromatic Colors of #E9DEEC
Black with #E9DEEC
Text Example
Text Example
White with #E9DEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DEEC; }
p { color: rgb(233,222,236); }
H1.HeaderClassName
{
color: #E9DEEC;
}
.AnyTagClassName
{
color: #E9DEEC;
}
</style>
background-color css
<style>
a { background-color: #E9DEEC; }
a { background-color: rgb(233,222,236); }
div.DivClassName
{
background-color: #E9DEEC;
}
.BgClassName
{
background-color: #E9DEEC;
}
</style>
border-color css
<style>
span { border-color: #E9DEEC; }
span { border-color: rgb(233,222,236); }
td.TdClassName
{
border-color: #E9DEEC;
}
.TagClassName
{
border-color: #E9DEEC;
}
</style>