Shades of Selago #E9DFEC
Tints of Selago #E9DFEC
RGB
CMYK
RGB Variations
Color information
#E9DFEC (or 0xE9DFEC) is known color: Selago. HEX triplet: E9, DF and EC. RGB value is (233,223,236). Sum of RGB (Red+Green+Blue) = 233+223+236=692 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.67% from 692); Green value is 223 (87.5% from 255 or 32.23% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9DFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DFEC is #162013. Grayscale: #E3E3E3. Windows color (decimal): -1450004 or 15523817. OLE color: 15523817.
HSL color Cylindrical-coordinate representation of color #E9DFEC: hue angle of 286.15º degrees, saturation: 0.25, 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 #E9DFEC is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 223 | 236 | - |
CMYK | 0.01 | 0.06 | 0 | 0.07 |
HSL | 286.15º | 0.25% | 0.9% | - |
HSV(B) | 286.15º | 0.06% | 0.93% | - |
XYZ | 75.13 | 76.16 | 90.1 | - |
YUV | 227.47 | 132.81 | 131.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 223 | 236 | 0.01 | 0.06 | 0 | 0.07 | 286.15 | 0.25 | 0.9 |
Hex | E9 | DF | EC | 1 | 6 | 0 | 7 | 11E | 19 | 5A |
Octal | 351 | 337 | 354 | 1 | 6 | 0 | 7 | 436 | 31 | 132 |
Binary | 11101001 | 11011111 | 11101100 | 1 | 110 | 0 | 111 | 100011110 | 11001 | 1011010 |
Color Harmonies of #E9DFEC
Complementary color
Monochromatic Colors of #E9DFEC
Black with #E9DFEC
Text Example
Text Example
White with #E9DFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DFEC; }
p { color: rgb(233,223,236); }
H1.HeaderClassName
{
color: #E9DFEC;
}
.AnyTagClassName
{
color: #E9DFEC;
}
</style>
background-color css
<style>
a { background-color: #E9DFEC; }
a { background-color: rgb(233,223,236); }
div.DivClassName
{
background-color: #E9DFEC;
}
.BgClassName
{
background-color: #E9DFEC;
}
</style>
border-color css
<style>
span { border-color: #E9DFEC; }
span { border-color: rgb(233,223,236); }
td.TdClassName
{
border-color: #E9DFEC;
}
.TagClassName
{
border-color: #E9DFEC;
}
</style>