Shades of Selago #EBDFEE
Tints of Selago #EBDFEE
RGB
CMYK
RGB Variations
Color information
#EBDFEE (or 0xEBDFEE) is known color: Selago. HEX triplet: EB, DF and EE. RGB value is (235,223,238). Sum of RGB (Red+Green+Blue) = 235+223+238=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 238 - color contains mainly: blue. Hex color #EBDFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFEE is #142011. Grayscale: #E4E4E4. Windows color (decimal): -1318930 or 15654891. OLE color: 15654891.
HSL color Cylindrical-coordinate representation of color #EBDFEE: hue angle of 288º degrees, saturation: 0.31, 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 #EBDFEE is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 223 | 238 | - |
CMYK | 0.01 | 0.06 | 0 | 0.07 |
HSL | 288º | 0.31% | 0.9% | - |
HSV(B) | 288º | 0.06% | 0.93% | - |
XYZ | 76.08 | 76.61 | 91.67 | - |
YUV | 228.3 | 133.48 | 132.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 223 | 238 | 0.01 | 0.06 | 0 | 0.07 | 288 | 0.31 | 0.9 |
Hex | EB | DF | EE | 1 | 6 | 0 | 7 | 120 | 1F | 5A |
Octal | 353 | 337 | 356 | 1 | 6 | 0 | 7 | 440 | 37 | 132 |
Binary | 11101011 | 11011111 | 11101110 | 1 | 110 | 0 | 111 | 100100000 | 11111 | 1011010 |
Color Harmonies of #EBDFEE
Complementary color
Monochromatic Colors of #EBDFEE
Black with #EBDFEE
Text Example
Text Example
White with #EBDFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFEE; }
p { color: rgb(235,223,238); }
H1.HeaderClassName
{
color: #EBDFEE;
}
.AnyTagClassName
{
color: #EBDFEE;
}
</style>
background-color css
<style>
a { background-color: #EBDFEE; }
a { background-color: rgb(235,223,238); }
div.DivClassName
{
background-color: #EBDFEE;
}
.BgClassName
{
background-color: #EBDFEE;
}
</style>
border-color css
<style>
span { border-color: #EBDFEE; }
span { border-color: rgb(235,223,238); }
td.TdClassName
{
border-color: #EBDFEE;
}
.TagClassName
{
border-color: #EBDFEE;
}
</style>