Shades of White Lilac #EDDCFD
Tints of White Lilac #EDDCFD
RGB
CMYK
RGB Variations
Color information
#EDDCFD (or 0xEDDCFD) is known color: White Lilac. HEX triplet: ED, DC and FD. RGB value is (237,220,253). Sum of RGB (Red+Green+Blue) = 237+220+253=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDDCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCFD is #122302. Grayscale: #E4E4E4. Windows color (decimal): -1188611 or 16637165. OLE color: 16637165.
HSL color Cylindrical-coordinate representation of color #EDDCFD: hue angle of 270.91º 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 #EDDCFD is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 220 | 253 | - |
CMYK | 0.06 | 0.13 | 0 | 0.01 |
HSL | 270.91º | 0.89% | 0.93% | - |
HSV(B) | 270.91º | 0.13% | 0.99% | - |
XYZ | 78.25 | 76.28 | 103.53 | - |
YUV | 228.85 | 141.63 | 133.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 220 | 253 | 0.06 | 0.13 | 0 | 0.01 | 270.91 | 0.89 | 0.93 |
Hex | ED | DC | FD | 6 | D | 0 | 1 | 10F | 59 | 5D |
Octal | 355 | 334 | 375 | 6 | 15 | 0 | 1 | 417 | 131 | 135 |
Binary | 11101101 | 11011100 | 11111101 | 110 | 1101 | 0 | 1 | 100001111 | 1011001 | 1011101 |
Color Harmonies of #EDDCFD
Complementary color
Monochromatic Colors of #EDDCFD
Black with #EDDCFD
Text Example
Text Example
White with #EDDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDCFD; }
p { color: rgb(237,220,253); }
H1.HeaderClassName
{
color: #EDDCFD;
}
.AnyTagClassName
{
color: #EDDCFD;
}
</style>
background-color css
<style>
a { background-color: #EDDCFD; }
a { background-color: rgb(237,220,253); }
div.DivClassName
{
background-color: #EDDCFD;
}
.BgClassName
{
background-color: #EDDCFD;
}
</style>
border-color css
<style>
span { border-color: #EDDCFD; }
span { border-color: rgb(237,220,253); }
td.TdClassName
{
border-color: #EDDCFD;
}
.TagClassName
{
border-color: #EDDCFD;
}
</style>