Shades of Selago #EBDBED
Tints of Selago #EBDBED
RGB
CMYK
RGB Variations
Color information
#EBDBED (or 0xEBDBED) is known color: Selago. HEX triplet: EB, DB and ED. RGB value is (235,219,237). Sum of RGB (Red+Green+Blue) = 235+219+237=691 (91% of max value = 765). Red value is 235 (92.19% from 255 or 34.01% from 691); Green value is 219 (85.94% from 255 or 31.69% from 691); Blue value is 237 (92.97% from 255 or 34.30% from 691); Max value from RGB is 237 - color contains mainly: blue. Hex color #EBDBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDBED is #142412. Grayscale: #E1E1E1. Windows color (decimal): -1319955 or 15588331. OLE color: 15588331.
HSL color Cylindrical-coordinate representation of color #EBDBED: hue angle of 293.33º 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 #EBDBED is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 219 | 237 | - |
CMYK | 0.01 | 0.08 | 0 | 0.07 |
HSL | 293.33º | 0.33% | 0.89% | - |
HSV(B) | 293.33º | 0.08% | 0.93% | - |
XYZ | 74.88 | 74.44 | 90.54 | - |
YUV | 225.84 | 134.3 | 134.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 219 | 237 | 0.01 | 0.08 | 0 | 0.07 | 293.33 | 0.33 | 0.89 |
Hex | EB | DB | ED | 1 | 8 | 0 | 7 | 125 | 21 | 59 |
Octal | 353 | 333 | 355 | 1 | 10 | 0 | 7 | 445 | 41 | 131 |
Binary | 11101011 | 11011011 | 11101101 | 1 | 1000 | 0 | 111 | 100100101 | 100001 | 1011001 |
Color Harmonies of #EBDBED
Complementary color
Monochromatic Colors of #EBDBED
Black with #EBDBED
Text Example
Text Example
White with #EBDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDBED; }
p { color: rgb(235,219,237); }
H1.HeaderClassName
{
color: #EBDBED;
}
.AnyTagClassName
{
color: #EBDBED;
}
</style>
background-color css
<style>
a { background-color: #EBDBED; }
a { background-color: rgb(235,219,237); }
div.DivClassName
{
background-color: #EBDBED;
}
.BgClassName
{
background-color: #EBDBED;
}
</style>
border-color css
<style>
span { border-color: #EBDBED; }
span { border-color: rgb(235,219,237); }
td.TdClassName
{
border-color: #EBDBED;
}
.TagClassName
{
border-color: #EBDBED;
}
</style>