Shades of Selago #ECDCF0
Tints of Selago #ECDCF0
RGB
CMYK
RGB Variations
Color information
#ECDCF0 (or 0xECDCF0) is known color: Selago. HEX triplet: EC, DC and F0. RGB value is (236,220,240). Sum of RGB (Red+Green+Blue) = 236+220+240=696 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.91% from 696); Green value is 220 (86.33% from 255 or 31.61% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 240 - color contains mainly: blue. Hex color #ECDCF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCF0 is #13230F. Grayscale: #E2E2E2. Windows color (decimal): -1254160 or 15785196. OLE color: 15785196.
HSL color Cylindrical-coordinate representation of color #ECDCF0: hue angle of 288º degrees, saturation: 0.4, 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 #ECDCF0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 236 | 220 | 240 | - |
CMYK | 0.02 | 0.08 | 0 | 0.06 |
HSL | 288º | 0.4% | 0.9% | - |
HSV(B) | 288º | 0.08% | 0.94% | - |
XYZ | 75.91 | 75.31 | 92.97 | - |
YUV | 227.06 | 135.3 | 134.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 220 | 240 | 0.02 | 0.08 | 0 | 0.06 | 288 | 0.4 | 0.9 |
Hex | EC | DC | F0 | 2 | 8 | 0 | 6 | 120 | 28 | 5A |
Octal | 354 | 334 | 360 | 2 | 10 | 0 | 6 | 440 | 50 | 132 |
Binary | 11101100 | 11011100 | 11110000 | 10 | 1000 | 0 | 110 | 100100000 | 101000 | 1011010 |
Color Harmonies of #ECDCF0
Complementary color
Monochromatic Colors of #ECDCF0
Black with #ECDCF0
Text Example
Text Example
White with #ECDCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCF0; }
p { color: rgb(236,220,240); }
H1.HeaderClassName
{
color: #ECDCF0;
}
.AnyTagClassName
{
color: #ECDCF0;
}
</style>
background-color css
<style>
a { background-color: #ECDCF0; }
a { background-color: rgb(236,220,240); }
div.DivClassName
{
background-color: #ECDCF0;
}
.BgClassName
{
background-color: #ECDCF0;
}
</style>
border-color css
<style>
span { border-color: #ECDCF0; }
span { border-color: rgb(236,220,240); }
td.TdClassName
{
border-color: #ECDCF0;
}
.TagClassName
{
border-color: #ECDCF0;
}
</style>