Shades of Selago #ECDDF0
Tints of Selago #ECDDF0
RGB
CMYK
RGB Variations
Color information
#ECDDF0 (or 0xECDDF0) is known color: Selago. HEX triplet: EC, DD and F0. RGB value is (236,221,240). Sum of RGB (Red+Green+Blue) = 236+221+240=697 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.86% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECDDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDF0 is #13220F. Grayscale: #E3E3E3. Windows color (decimal): -1253904 or 15785452. OLE color: 15785452.
HSL color Cylindrical-coordinate representation of color #ECDDF0: hue angle of 287.37º degrees, saturation: 0.39, 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 #ECDDF0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 221 | 240 | - |
CMYK | 0.02 | 0.08 | 0 | 0.06 |
HSL | 287.37º | 0.39% | 0.9% | - |
HSV(B) | 287.37º | 0.08% | 0.94% | - |
XYZ | 76.18 | 75.84 | 93.06 | - |
YUV | 227.65 | 134.97 | 133.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 240 | 0.02 | 0.08 | 0 | 0.06 | 287.37 | 0.39 | 0.9 |
Hex | EC | DD | F0 | 2 | 8 | 0 | 6 | 11F | 27 | 5A |
Octal | 354 | 335 | 360 | 2 | 10 | 0 | 6 | 437 | 47 | 132 |
Binary | 11101100 | 11011101 | 11110000 | 10 | 1000 | 0 | 110 | 100011111 | 100111 | 1011010 |
Color Harmonies of #ECDDF0
Complementary color
Monochromatic Colors of #ECDDF0
Black with #ECDDF0
Text Example
Text Example
White with #ECDDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDF0; }
p { color: rgb(236,221,240); }
H1.HeaderClassName
{
color: #ECDDF0;
}
.AnyTagClassName
{
color: #ECDDF0;
}
</style>
background-color css
<style>
a { background-color: #ECDDF0; }
a { background-color: rgb(236,221,240); }
div.DivClassName
{
background-color: #ECDDF0;
}
.BgClassName
{
background-color: #ECDDF0;
}
</style>
border-color css
<style>
span { border-color: #ECDDF0; }
span { border-color: rgb(236,221,240); }
td.TdClassName
{
border-color: #ECDDF0;
}
.TagClassName
{
border-color: #ECDDF0;
}
</style>