Shades of Selago #ECDBF0
Tints of Selago #ECDBF0
RGB
CMYK
RGB Variations
Color information
#ECDBF0 (or 0xECDBF0) is known color: Selago. HEX triplet: EC, DB and F0. RGB value is (236,219,240). Sum of RGB (Red+Green+Blue) = 236+219+240=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 219 (85.94% from 255 or 31.51% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECDBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDBF0 is #13240F. Grayscale: #E2E2E2. Windows color (decimal): -1254416 or 15784940. OLE color: 15784940.
HSL color Cylindrical-coordinate representation of color #ECDBF0: hue angle of 288.57º degrees, saturation: 0.41, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ECDBF0 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 219 | 240 | - |
CMYK | 0.02 | 0.09 | 0 | 0.06 |
HSL | 288.57º | 0.41% | 0.9% | - |
HSV(B) | 288.57º | 0.09% | 0.94% | - |
XYZ | 75.65 | 74.79 | 92.89 | - |
YUV | 226.48 | 135.63 | 134.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 219 | 240 | 0.02 | 0.09 | 0 | 0.06 | 288.57 | 0.41 | 0.9 |
Hex | EC | DB | F0 | 2 | 9 | 0 | 6 | 121 | 29 | 5A |
Octal | 354 | 333 | 360 | 2 | 11 | 0 | 6 | 441 | 51 | 132 |
Binary | 11101100 | 11011011 | 11110000 | 10 | 1001 | 0 | 110 | 100100001 | 101001 | 1011010 |
Color Harmonies of #ECDBF0
Complementary color
Monochromatic Colors of #ECDBF0
Black with #ECDBF0
Text Example
Text Example
White with #ECDBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDBF0; }
p { color: rgb(236,219,240); }
H1.HeaderClassName
{
color: #ECDBF0;
}
.AnyTagClassName
{
color: #ECDBF0;
}
</style>
background-color css
<style>
a { background-color: #ECDBF0; }
a { background-color: rgb(236,219,240); }
div.DivClassName
{
background-color: #ECDBF0;
}
.BgClassName
{
background-color: #ECDBF0;
}
</style>
border-color css
<style>
span { border-color: #ECDBF0; }
span { border-color: rgb(236,219,240); }
td.TdClassName
{
border-color: #ECDBF0;
}
.TagClassName
{
border-color: #ECDBF0;
}
</style>