Shades of Selago #EBDCED
Tints of Selago #EBDCED
RGB
CMYK
RGB Variations
Color information
#EBDCED (or 0xEBDCED) is known color: Selago. HEX triplet: EB, DC and ED. RGB value is (235,220,237). Sum of RGB (Red+Green+Blue) = 235+220+237=692 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.96% from 692); Green value is 220 (86.33% from 255 or 31.79% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBDCED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCED is #142312. Grayscale: #E2E2E2. Windows color (decimal): -1319699 or 15588587. OLE color: 15588587.
HSL color Cylindrical-coordinate representation of color #EBDCED: hue angle of 292.94º degrees, saturation: 0.32, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBDCED is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 220 | 237 | - |
CMYK | 0.01 | 0.07 | 0 | 0.07 |
HSL | 292.94º | 0.32% | 0.9% | - |
HSV(B) | 292.94º | 0.07% | 0.93% | - |
XYZ | 75.14 | 74.96 | 90.63 | - |
YUV | 226.42 | 133.97 | 134.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 220 | 237 | 0.01 | 0.07 | 0 | 0.07 | 292.94 | 0.32 | 0.9 |
Hex | EB | DC | ED | 1 | 7 | 0 | 7 | 125 | 20 | 5A |
Octal | 353 | 334 | 355 | 1 | 7 | 0 | 7 | 445 | 40 | 132 |
Binary | 11101011 | 11011100 | 11101101 | 1 | 111 | 0 | 111 | 100100101 | 100000 | 1011010 |
Color Harmonies of #EBDCED
Complementary color
Monochromatic Colors of #EBDCED
Black with #EBDCED
Text Example
Text Example
White with #EBDCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDCED; }
p { color: rgb(235,220,237); }
H1.HeaderClassName
{
color: #EBDCED;
}
.AnyTagClassName
{
color: #EBDCED;
}
</style>
background-color css
<style>
a { background-color: #EBDCED; }
a { background-color: rgb(235,220,237); }
div.DivClassName
{
background-color: #EBDCED;
}
.BgClassName
{
background-color: #EBDCED;
}
</style>
border-color css
<style>
span { border-color: #EBDCED; }
span { border-color: rgb(235,220,237); }
td.TdClassName
{
border-color: #EBDCED;
}
.TagClassName
{
border-color: #EBDCED;
}
</style>