Shades of Selago #E9DBED
Tints of Selago #E9DBED
RGB
CMYK
RGB Variations
Color information
#E9DBED (or 0xE9DBED) is known color: Selago. HEX triplet: E9, DB and ED. RGB value is (233,219,237). Sum of RGB (Red+Green+Blue) = 233+219+237=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 219 (85.94% from 255 or 31.79% from 689); Blue value is 237 (92.97% from 255 or 34.40% from 689); Max value from RGB is 237 - color contains mainly: blue. Hex color #E9DBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DBED is #162412. Grayscale: #E1E1E1. Windows color (decimal): -1451027 or 15588329. OLE color: 15588329.
HSL color Cylindrical-coordinate representation of color #E9DBED: hue angle of 286.67º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E9DBED is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 219 | 237 | - |
CMYK | 0.02 | 0.08 | 0 | 0.07 |
HSL | 286.67º | 0.33% | 0.89% | - |
HSV(B) | 286.67º | 0.08% | 0.93% | - |
XYZ | 74.22 | 74.1 | 90.51 | - |
YUV | 225.24 | 134.64 | 133.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 219 | 237 | 0.02 | 0.08 | 0 | 0.07 | 286.67 | 0.33 | 0.89 |
Hex | E9 | DB | ED | 2 | 8 | 0 | 7 | 11F | 21 | 59 |
Octal | 351 | 333 | 355 | 2 | 10 | 0 | 7 | 437 | 41 | 131 |
Binary | 11101001 | 11011011 | 11101101 | 10 | 1000 | 0 | 111 | 100011111 | 100001 | 1011001 |
Color Harmonies of #E9DBED
Complementary color
Monochromatic Colors of #E9DBED
Black with #E9DBED
Text Example
Text Example
White with #E9DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DBED; }
p { color: rgb(233,219,237); }
H1.HeaderClassName
{
color: #E9DBED;
}
.AnyTagClassName
{
color: #E9DBED;
}
</style>
background-color css
<style>
a { background-color: #E9DBED; }
a { background-color: rgb(233,219,237); }
div.DivClassName
{
background-color: #E9DBED;
}
.BgClassName
{
background-color: #E9DBED;
}
</style>
border-color css
<style>
span { border-color: #E9DBED; }
span { border-color: rgb(233,219,237); }
td.TdClassName
{
border-color: #E9DBED;
}
.TagClassName
{
border-color: #E9DBED;
}
</style>