Shades of Selago #EBDFEC
Tints of Selago #EBDFEC
RGB
CMYK
RGB Variations
Color information
#EBDFEC (or 0xEBDFEC) is known color: Selago. HEX triplet: EB, DF and EC. RGB value is (235,223,236). Sum of RGB (Red+Green+Blue) = 235+223+236=694 (91% of max value = 765). Red value is 235 (92.19% from 255 or 33.86% from 694); Green value is 223 (87.5% from 255 or 32.13% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 236 - color contains mainly: blue. Hex color #EBDFEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFEC is #142013. Grayscale: #E4E4E4. Windows color (decimal): -1318932 or 15523819. OLE color: 15523819.
HSL color Cylindrical-coordinate representation of color #EBDFEC: hue angle of 295.38º degrees, saturation: 0.25, 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 #EBDFEC is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 235 | 223 | 236 | - |
CMYK | 0.00 | 0.06 | 0 | 0.07 |
HSL | 295.38º | 0.25% | 0.9% | - |
HSV(B) | 295.38º | 0.06% | 0.93% | - |
XYZ | 75.79 | 76.49 | 90.13 | - |
YUV | 228.07 | 132.48 | 132.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 223 | 236 | 0.00 | 0.06 | 0 | 0.07 | 295.38 | 0.25 | 0.9 |
Hex | EB | DF | EC | 0 | 6 | 0 | 7 | 127 | 19 | 5A |
Octal | 353 | 337 | 354 | 0 | 6 | 0 | 7 | 447 | 31 | 132 |
Binary | 11101011 | 11011111 | 11101100 | 0 | 110 | 0 | 111 | 100100111 | 11001 | 1011010 |
Color Harmonies of #EBDFEC
Complementary color
Monochromatic Colors of #EBDFEC
Black with #EBDFEC
Text Example
Text Example
White with #EBDFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBDFEC; }
p { color: rgb(235,223,236); }
H1.HeaderClassName
{
color: #EBDFEC;
}
.AnyTagClassName
{
color: #EBDFEC;
}
</style>
background-color css
<style>
a { background-color: #EBDFEC; }
a { background-color: rgb(235,223,236); }
div.DivClassName
{
background-color: #EBDFEC;
}
.BgClassName
{
background-color: #EBDFEC;
}
</style>
border-color css
<style>
span { border-color: #EBDFEC; }
span { border-color: rgb(235,223,236); }
td.TdClassName
{
border-color: #EBDFEC;
}
.TagClassName
{
border-color: #EBDFEC;
}
</style>