Shades of White Lilac #ECDCFC
Tints of White Lilac #ECDCFC
RGB
CMYK
RGB Variations
Color information
#ECDCFC (or 0xECDCFC) is known color: White Lilac. HEX triplet: EC, DC and FC. RGB value is (236,220,252). Sum of RGB (Red+Green+Blue) = 236+220+252=708 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.33% from 708); Green value is 220 (86.33% from 255 or 31.07% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECDCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCFC is #132303. Grayscale: #E4E4E4. Windows color (decimal): -1254148 or 16571628. OLE color: 16571628.
HSL color Cylindrical-coordinate representation of color #ECDCFC: hue angle of 270º degrees, saturation: 0.84, 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 #ECDCFC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 236 | 220 | 252 | - |
CMYK | 0.06 | 0.13 | 0 | 0.01 |
HSL | 270º | 0.84% | 0.93% | - |
HSV(B) | 270º | 0.13% | 0.99% | - |
XYZ | 77.76 | 76.05 | 102.68 | - |
YUV | 228.43 | 141.3 | 133.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 220 | 252 | 0.06 | 0.13 | 0 | 0.01 | 270 | 0.84 | 0.93 |
Hex | EC | DC | FC | 6 | D | 0 | 1 | 10E | 54 | 5D |
Octal | 354 | 334 | 374 | 6 | 15 | 0 | 1 | 416 | 124 | 135 |
Binary | 11101100 | 11011100 | 11111100 | 110 | 1101 | 0 | 1 | 100001110 | 1010100 | 1011101 |
Color Harmonies of #ECDCFC
Complementary color
Monochromatic Colors of #ECDCFC
Black with #ECDCFC
Text Example
Text Example
White with #ECDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDCFC; }
p { color: rgb(236,220,252); }
H1.HeaderClassName
{
color: #ECDCFC;
}
.AnyTagClassName
{
color: #ECDCFC;
}
</style>
background-color css
<style>
a { background-color: #ECDCFC; }
a { background-color: rgb(236,220,252); }
div.DivClassName
{
background-color: #ECDCFC;
}
.BgClassName
{
background-color: #ECDCFC;
}
</style>
border-color css
<style>
span { border-color: #ECDCFC; }
span { border-color: rgb(236,220,252); }
td.TdClassName
{
border-color: #ECDCFC;
}
.TagClassName
{
border-color: #ECDCFC;
}
</style>