Shades of Selago #E9DCEC
Tints of Selago #E9DCEC
RGB
CMYK
RGB Variations
Color information
#E9DCEC (or 0xE9DCEC) is known color: Selago. HEX triplet: E9, DC and EC. RGB value is (233,220,236). Sum of RGB (Red+Green+Blue) = 233+220+236=689 (91% of max value = 765). Red value is 233 (91.41% from 255 or 33.82% from 689); Green value is 220 (86.33% from 255 or 31.93% from 689); Blue value is 236 (92.58% from 255 or 34.25% from 689); Max value from RGB is 236 - color contains mainly: blue. Hex color #E9DCEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E9DCEC is #162313. Grayscale: #E1E1E1. Windows color (decimal): -1450772 or 15523049. OLE color: 15523049.
HSL color Cylindrical-coordinate representation of color #E9DCEC: hue angle of 288.75º degrees, saturation: 0.3, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #E9DCEC is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 233 | 220 | 236 | - |
CMYK | 0.01 | 0.07 | 0 | 0.07 |
HSL | 288.75º | 0.3% | 0.89% | - |
HSV(B) | 288.75º | 0.07% | 0.93% | - |
XYZ | 74.34 | 74.57 | 89.83 | - |
YUV | 225.71 | 133.81 | 133.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 220 | 236 | 0.01 | 0.07 | 0 | 0.07 | 288.75 | 0.3 | 0.89 |
Hex | E9 | DC | EC | 1 | 7 | 0 | 7 | 121 | 1E | 59 |
Octal | 351 | 334 | 354 | 1 | 7 | 0 | 7 | 441 | 36 | 131 |
Binary | 11101001 | 11011100 | 11101100 | 1 | 111 | 0 | 111 | 100100001 | 11110 | 1011001 |
Color Harmonies of #E9DCEC
Complementary color
Monochromatic Colors of #E9DCEC
Black with #E9DCEC
Text Example
Text Example
White with #E9DCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9DCEC; }
p { color: rgb(233,220,236); }
H1.HeaderClassName
{
color: #E9DCEC;
}
.AnyTagClassName
{
color: #E9DCEC;
}
</style>
background-color css
<style>
a { background-color: #E9DCEC; }
a { background-color: rgb(233,220,236); }
div.DivClassName
{
background-color: #E9DCEC;
}
.BgClassName
{
background-color: #E9DCEC;
}
</style>
border-color css
<style>
span { border-color: #E9DCEC; }
span { border-color: rgb(233,220,236); }
td.TdClassName
{
border-color: #E9DCEC;
}
.TagClassName
{
border-color: #E9DCEC;
}
</style>