Shades of Selago #EBDFEB
Tints of Selago #EBDFEB
RGB
CMYK
RGB Variations
Color information
#EBDFEB (or 0xEBDFEB) is known color: Selago. HEX triplet: EB, DF and EB. RGB value is (235,223,235). Sum of RGB (Red+Green+Blue) = 235+223+235=693 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.91% from 693); Green value is 223 (87.5% from 255 or 32.18% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 235 - color contains mainly: red, blue. Hex color #EBDFEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFEB is #142014. Grayscale: #E3E3E3. Windows color (decimal): -1318933 or 15458283. OLE color: 15458283.
HSL color Cylindrical-coordinate representation of color #EBDFEB: hue angle of 300º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EBDFEB is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 223 | 235 | - |
CMYK | 0 | 0.05 | 0 | 0.08 |
HSL | 300º | 0.23% | 0.9% | - |
HSV(B) | 300º | 0.05% | 0.92% | - |
XYZ | 75.64 | 76.44 | 89.36 | - |
YUV | 227.96 | 131.98 | 133.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 223 | 235 | 0 | 0.05 | 0 | 0.08 | 300 | 0.23 | 0.9 |
Hex | EB | DF | EB | 0 | 5 | 0 | 8 | 12C | 17 | 5A |
Octal | 353 | 337 | 353 | 0 | 5 | 0 | 10 | 454 | 27 | 132 |
Binary | 11101011 | 11011111 | 11101011 | 0 | 101 | 0 | 1000 | 100101100 | 10111 | 1011010 |
Color Harmonies of #EBDFEB
Complementary color
Monochromatic Colors of #EBDFEB
Black with #EBDFEB
Text Example
Text Example
White with #EBDFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFEB; }
p { color: rgb(235,223,235); }
H1.HeaderClassName
{
color: #EBDFEB;
}
.AnyTagClassName
{
color: #EBDFEB;
}
</style>
background-color css
<style>
a { background-color: #EBDFEB; }
a { background-color: rgb(235,223,235); }
div.DivClassName
{
background-color: #EBDFEB;
}
.BgClassName
{
background-color: #EBDFEB;
}
</style>
border-color css
<style>
span { border-color: #EBDFEB; }
span { border-color: rgb(235,223,235); }
td.TdClassName
{
border-color: #EBDFEB;
}
.TagClassName
{
border-color: #EBDFEB;
}
</style>