Shades of Selago #ECDDEE
Tints of Selago #ECDDEE
RGB
CMYK
RGB Variations
Color information
#ECDDEE (or 0xECDDEE) is known color: Selago. HEX triplet: EC, DD and EE. RGB value is (236,221,238). Sum of RGB (Red+Green+Blue) = 236+221+238=695 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.96% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 238 (93.36% from 255 or 34.24% from 695); Max value from RGB is 238 - color contains mainly: blue. Hex color #ECDDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDEE is #132211. Grayscale: #E3E3E3. Windows color (decimal): -1253906 or 15654380. OLE color: 15654380.
HSL color Cylindrical-coordinate representation of color #ECDDEE: hue angle of 292.94º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECDDEE is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 221 | 238 | - |
CMYK | 0.01 | 0.07 | 0 | 0.07 |
HSL | 292.94º | 0.33% | 0.9% | - |
HSV(B) | 292.94º | 0.07% | 0.93% | - |
XYZ | 75.88 | 75.72 | 91.5 | - |
YUV | 227.42 | 133.97 | 134.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 221 | 238 | 0.01 | 0.07 | 0 | 0.07 | 292.94 | 0.33 | 0.9 |
Hex | EC | DD | EE | 1 | 7 | 0 | 7 | 125 | 21 | 5A |
Octal | 354 | 335 | 356 | 1 | 7 | 0 | 7 | 445 | 41 | 132 |
Binary | 11101100 | 11011101 | 11101110 | 1 | 111 | 0 | 111 | 100100101 | 100001 | 1011010 |
Color Harmonies of #ECDDEE
Complementary color
Monochromatic Colors of #ECDDEE
Black with #ECDDEE
Text Example
Text Example
White with #ECDDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDDEE; }
p { color: rgb(236,221,238); }
H1.HeaderClassName
{
color: #ECDDEE;
}
.AnyTagClassName
{
color: #ECDDEE;
}
</style>
background-color css
<style>
a { background-color: #ECDDEE; }
a { background-color: rgb(236,221,238); }
div.DivClassName
{
background-color: #ECDDEE;
}
.BgClassName
{
background-color: #ECDDEE;
}
</style>
border-color css
<style>
span { border-color: #ECDDEE; }
span { border-color: rgb(236,221,238); }
td.TdClassName
{
border-color: #ECDDEE;
}
.TagClassName
{
border-color: #ECDDEE;
}
</style>