Shades of Selago #ECDDED
Tints of Selago #ECDDED
RGB
CMYK
RGB Variations
Color information
#ECDDED (or 0xECDDED) is known color: Selago. HEX triplet: EC, DD and ED. RGB value is (236,221,237). Sum of RGB (Red+Green+Blue) = 236+221+237=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 221 (86.72% from 255 or 31.84% from 694); Blue value is 237 (92.97% from 255 or 34.15% from 694); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECDDED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDED is #132212. Grayscale: #E3E3E3. Windows color (decimal): -1253907 or 15588844. OLE color: 15588844.
HSL color Cylindrical-coordinate representation of color #ECDDED: hue angle of 296.25º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDDED is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 221 | 237 | - |
CMYK | 0.00 | 0.07 | 0 | 0.07 |
HSL | 296.25º | 0.31% | 0.9% | - |
HSV(B) | 296.25º | 0.07% | 0.93% | - |
XYZ | 75.73 | 75.66 | 90.73 | - |
YUV | 227.31 | 133.47 | 134.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 237 | 0.00 | 0.07 | 0 | 0.07 | 296.25 | 0.31 | 0.9 |
Hex | EC | DD | ED | 0 | 7 | 0 | 7 | 128 | 1F | 5A |
Octal | 354 | 335 | 355 | 0 | 7 | 0 | 7 | 450 | 37 | 132 |
Binary | 11101100 | 11011101 | 11101101 | 0 | 111 | 0 | 111 | 100101000 | 11111 | 1011010 |
Color Harmonies of #ECDDED
Complementary color
Monochromatic Colors of #ECDDED
Black with #ECDDED
Text Example
Text Example
White with #ECDDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDED; }
p { color: rgb(236,221,237); }
H1.HeaderClassName
{
color: #ECDDED;
}
.AnyTagClassName
{
color: #ECDDED;
}
</style>
background-color css
<style>
a { background-color: #ECDDED; }
a { background-color: rgb(236,221,237); }
div.DivClassName
{
background-color: #ECDDED;
}
.BgClassName
{
background-color: #ECDDED;
}
</style>
border-color css
<style>
span { border-color: #ECDDED; }
span { border-color: rgb(236,221,237); }
td.TdClassName
{
border-color: #ECDDED;
}
.TagClassName
{
border-color: #ECDDED;
}
</style>