Shades of Selago #ECDBED
Tints of Selago #ECDBED
RGB
CMYK
RGB Variations
Color information
#ECDBED (or 0xECDBED) is known color: Selago. HEX triplet: EC, DB and ED. RGB value is (236,219,237). Sum of RGB (Red+Green+Blue) = 236+219+237=692 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.10% from 692); Green value is 219 (85.94% from 255 or 31.65% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 237 - color contains mainly: blue. Hex color #ECDBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBED is #132412. Grayscale: #E2E2E2. Windows color (decimal): -1254419 or 15588332. OLE color: 15588332.
HSL color Cylindrical-coordinate representation of color #ECDBED: hue angle of 296.67º degrees, saturation: 0.33, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDBED is Cyan = 0.00, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 219 | 237 | - |
CMYK | 0.00 | 0.08 | 0 | 0.07 |
HSL | 296.67º | 0.33% | 0.89% | - |
HSV(B) | 296.67º | 0.08% | 0.93% | - |
XYZ | 75.21 | 74.61 | 90.56 | - |
YUV | 226.14 | 134.13 | 135.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 237 | 0.00 | 0.08 | 0 | 0.07 | 296.67 | 0.33 | 0.89 |
Hex | EC | DB | ED | 0 | 8 | 0 | 7 | 129 | 21 | 59 |
Octal | 354 | 333 | 355 | 0 | 10 | 0 | 7 | 451 | 41 | 131 |
Binary | 11101100 | 11011011 | 11101101 | 0 | 1000 | 0 | 111 | 100101001 | 100001 | 1011001 |
Color Harmonies of #ECDBED
Complementary color
Monochromatic Colors of #ECDBED
Black with #ECDBED
Text Example
Text Example
White with #ECDBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBED; }
p { color: rgb(236,219,237); }
H1.HeaderClassName
{
color: #ECDBED;
}
.AnyTagClassName
{
color: #ECDBED;
}
</style>
background-color css
<style>
a { background-color: #ECDBED; }
a { background-color: rgb(236,219,237); }
div.DivClassName
{
background-color: #ECDBED;
}
.BgClassName
{
background-color: #ECDBED;
}
</style>
border-color css
<style>
span { border-color: #ECDBED; }
span { border-color: rgb(236,219,237); }
td.TdClassName
{
border-color: #ECDBED;
}
.TagClassName
{
border-color: #ECDBED;
}
</style>