Shades of White Lilac #EDDCFC
Tints of White Lilac #EDDCFC
RGB
CMYK
RGB Variations
Color information
#EDDCFC (or 0xEDDCFC) is known color: White Lilac. HEX triplet: ED, DC and FC. RGB value is (237,220,252). Sum of RGB (Red+Green+Blue) = 237+220+252=709 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.43% from 709); Green value is 220 (86.33% from 255 or 31.03% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDDCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCFC is #122303. Grayscale: #E4E4E4. Windows color (decimal): -1188612 or 16571629. OLE color: 16571629.
HSL color Cylindrical-coordinate representation of color #EDDCFC: hue angle of 271.88º 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 #EDDCFC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 220 | 252 | - |
CMYK | 0.06 | 0.13 | 0 | 0.01 |
HSL | 271.88º | 0.84% | 0.93% | - |
HSV(B) | 271.88º | 0.13% | 0.99% | - |
XYZ | 78.09 | 76.22 | 102.69 | - |
YUV | 228.73 | 141.13 | 133.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 220 | 252 | 0.06 | 0.13 | 0 | 0.01 | 271.88 | 0.84 | 0.93 |
Hex | ED | DC | FC | 6 | D | 0 | 1 | 110 | 54 | 5D |
Octal | 355 | 334 | 374 | 6 | 15 | 0 | 1 | 420 | 124 | 135 |
Binary | 11101101 | 11011100 | 11111100 | 110 | 1101 | 0 | 1 | 100010000 | 1010100 | 1011101 |
Color Harmonies of #EDDCFC
Complementary color
Monochromatic Colors of #EDDCFC
Black with #EDDCFC
Text Example
Text Example
White with #EDDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDCFC; }
p { color: rgb(237,220,252); }
H1.HeaderClassName
{
color: #EDDCFC;
}
.AnyTagClassName
{
color: #EDDCFC;
}
</style>
background-color css
<style>
a { background-color: #EDDCFC; }
a { background-color: rgb(237,220,252); }
div.DivClassName
{
background-color: #EDDCFC;
}
.BgClassName
{
background-color: #EDDCFC;
}
</style>
border-color css
<style>
span { border-color: #EDDCFC; }
span { border-color: rgb(237,220,252); }
td.TdClassName
{
border-color: #EDDCFC;
}
.TagClassName
{
border-color: #EDDCFC;
}
</style>