Shades of Selago #ECDFED
Tints of Selago #ECDFED
RGB
CMYK
RGB Variations
Color information
#ECDFED (or 0xECDFED) is known color: Selago. HEX triplet: EC, DF and ED. RGB value is (236,223,237). Sum of RGB (Red+Green+Blue) = 236+223+237=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 223 (87.5% from 255 or 32.04% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECDFED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDFED is #132012. Grayscale: #E4E4E4. Windows color (decimal): -1253395 or 15589356. OLE color: 15589356.
HSL color Cylindrical-coordinate representation of color #ECDFED: hue angle of 295.71º degrees, saturation: 0.28, 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 #ECDFED is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 223 | 237 | - |
CMYK | 0.00 | 0.06 | 0 | 0.07 |
HSL | 295.71º | 0.28% | 0.9% | - |
HSV(B) | 295.71º | 0.06% | 0.93% | - |
XYZ | 76.27 | 76.72 | 90.91 | - |
YUV | 228.48 | 132.81 | 133.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 223 | 237 | 0.00 | 0.06 | 0 | 0.07 | 295.71 | 0.28 | 0.9 |
Hex | EC | DF | ED | 0 | 6 | 0 | 7 | 128 | 1C | 5A |
Octal | 354 | 337 | 355 | 0 | 6 | 0 | 7 | 450 | 34 | 132 |
Binary | 11101100 | 11011111 | 11101101 | 0 | 110 | 0 | 111 | 100101000 | 11100 | 1011010 |
Color Harmonies of #ECDFED
Complementary color
Monochromatic Colors of #ECDFED
Black with #ECDFED
Text Example
Text Example
White with #ECDFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDFED; }
p { color: rgb(236,223,237); }
H1.HeaderClassName
{
color: #ECDFED;
}
.AnyTagClassName
{
color: #ECDFED;
}
</style>
background-color css
<style>
a { background-color: #ECDFED; }
a { background-color: rgb(236,223,237); }
div.DivClassName
{
background-color: #ECDFED;
}
.BgClassName
{
background-color: #ECDFED;
}
</style>
border-color css
<style>
span { border-color: #ECDFED; }
span { border-color: rgb(236,223,237); }
td.TdClassName
{
border-color: #ECDFED;
}
.TagClassName
{
border-color: #ECDFED;
}
</style>