Shades of Selago #ECDBEF
Tints of Selago #ECDBEF
RGB
CMYK
RGB Variations
Color information
#ECDBEF (or 0xECDBEF) is known color: Selago. HEX triplet: EC, DB and EF. RGB value is (236,219,239). Sum of RGB (Red+Green+Blue) = 236+219+239=694 (91% of max value = 765). Red value is 236 (92.58% from 255 or 34.01% from 694); Green value is 219 (85.94% from 255 or 31.56% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 239 - color contains mainly: blue. Hex color #ECDBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBEF is #132410. Grayscale: #E2E2E2. Windows color (decimal): -1254417 or 15719404. OLE color: 15719404.
HSL color Cylindrical-coordinate representation of color #ECDBEF: hue angle of 291º degrees, saturation: 0.38, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDBEF is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 219 | 239 | - |
CMYK | 0.01 | 0.08 | 0 | 0.06 |
HSL | 291º | 0.38% | 0.9% | - |
HSV(B) | 291º | 0.08% | 0.94% | - |
XYZ | 75.5 | 74.73 | 92.11 | - |
YUV | 226.36 | 135.13 | 134.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 239 | 0.01 | 0.08 | 0 | 0.06 | 291 | 0.38 | 0.9 |
Hex | EC | DB | EF | 1 | 8 | 0 | 6 | 123 | 26 | 5A |
Octal | 354 | 333 | 357 | 1 | 10 | 0 | 6 | 443 | 46 | 132 |
Binary | 11101100 | 11011011 | 11101111 | 1 | 1000 | 0 | 110 | 100100011 | 100110 | 1011010 |
Color Harmonies of #ECDBEF
Complementary color
Monochromatic Colors of #ECDBEF
Black with #ECDBEF
Text Example
Text Example
White with #ECDBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBEF; }
p { color: rgb(236,219,239); }
H1.HeaderClassName
{
color: #ECDBEF;
}
.AnyTagClassName
{
color: #ECDBEF;
}
</style>
background-color css
<style>
a { background-color: #ECDBEF; }
a { background-color: rgb(236,219,239); }
div.DivClassName
{
background-color: #ECDBEF;
}
.BgClassName
{
background-color: #ECDBEF;
}
</style>
border-color css
<style>
span { border-color: #ECDBEF; }
span { border-color: rgb(236,219,239); }
td.TdClassName
{
border-color: #ECDBEF;
}
.TagClassName
{
border-color: #ECDBEF;
}
</style>