Shades of White Lilac #ECDCFD
Tints of White Lilac #ECDCFD
RGB
CMYK
RGB Variations
Color information
#ECDCFD (or 0xECDCFD) is known color: White Lilac. HEX triplet: EC, DC and FD. RGB value is (236,220,253). Sum of RGB (Red+Green+Blue) = 236+220+253=709 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.29% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 253 (99.22% from 255 or 35.68% from 709); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECDCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCFD is #132302. Grayscale: #E4E4E4. Windows color (decimal): -1254147 or 16637164. OLE color: 16637164.
HSL color Cylindrical-coordinate representation of color #ECDCFD: hue angle of 269.09º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ECDCFD is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 220 | 253 | - |
CMYK | 0.07 | 0.13 | 0 | 0.01 |
HSL | 269.09º | 0.89% | 0.93% | - |
HSV(B) | 269.09º | 0.13% | 0.99% | - |
XYZ | 77.91 | 76.11 | 103.51 | - |
YUV | 228.55 | 141.8 | 133.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 220 | 253 | 0.07 | 0.13 | 0 | 0.01 | 269.09 | 0.89 | 0.93 |
Hex | EC | DC | FD | 7 | D | 0 | 1 | 10D | 59 | 5D |
Octal | 354 | 334 | 375 | 7 | 15 | 0 | 1 | 415 | 131 | 135 |
Binary | 11101100 | 11011100 | 11111101 | 111 | 1101 | 0 | 1 | 100001101 | 1011001 | 1011101 |
Color Harmonies of #ECDCFD
Complementary color
Monochromatic Colors of #ECDCFD
Black with #ECDCFD
Text Example
Text Example
White with #ECDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCFD; }
p { color: rgb(236,220,253); }
H1.HeaderClassName
{
color: #ECDCFD;
}
.AnyTagClassName
{
color: #ECDCFD;
}
</style>
background-color css
<style>
a { background-color: #ECDCFD; }
a { background-color: rgb(236,220,253); }
div.DivClassName
{
background-color: #ECDCFD;
}
.BgClassName
{
background-color: #ECDCFD;
}
</style>
border-color css
<style>
span { border-color: #ECDCFD; }
span { border-color: rgb(236,220,253); }
td.TdClassName
{
border-color: #ECDCFD;
}
.TagClassName
{
border-color: #ECDCFD;
}
</style>