Shades of White Lilac #ECDCFB
Tints of White Lilac #ECDCFB
RGB
CMYK
RGB Variations
Color information
#ECDCFB (or 0xECDCFB) is known color: White Lilac. HEX triplet: EC, DC and FB. RGB value is (236,220,251). Sum of RGB (Red+Green+Blue) = 236+220+251=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECDCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCFB is #132304. Grayscale: #E4E4E4. Windows color (decimal): -1254149 or 16506092. OLE color: 16506092.
HSL color Cylindrical-coordinate representation of color #ECDCFB: hue angle of 270.97º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECDCFB is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 236 | 220 | 251 | - |
CMYK | 0.06 | 0.12 | 0 | 0.02 |
HSL | 270.97º | 0.79% | 0.92% | - |
HSV(B) | 270.97º | 0.12% | 0.98% | - |
XYZ | 77.6 | 75.98 | 101.84 | - |
YUV | 228.32 | 140.8 | 133.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 220 | 251 | 0.06 | 0.12 | 0 | 0.02 | 270.97 | 0.79 | 0.92 |
Hex | EC | DC | FB | 6 | C | 0 | 2 | 10F | 4F | 5C |
Octal | 354 | 334 | 373 | 6 | 14 | 0 | 2 | 417 | 117 | 134 |
Binary | 11101100 | 11011100 | 11111011 | 110 | 1100 | 0 | 10 | 100001111 | 1001111 | 1011100 |
Color Harmonies of #ECDCFB
Complementary color
Monochromatic Colors of #ECDCFB
Black with #ECDCFB
Text Example
Text Example
White with #ECDCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCFB; }
p { color: rgb(236,220,251); }
H1.HeaderClassName
{
color: #ECDCFB;
}
.AnyTagClassName
{
color: #ECDCFB;
}
</style>
background-color css
<style>
a { background-color: #ECDCFB; }
a { background-color: rgb(236,220,251); }
div.DivClassName
{
background-color: #ECDCFB;
}
.BgClassName
{
background-color: #ECDCFB;
}
</style>
border-color css
<style>
span { border-color: #ECDCFB; }
span { border-color: rgb(236,220,251); }
td.TdClassName
{
border-color: #ECDCFB;
}
.TagClassName
{
border-color: #ECDCFB;
}
</style>