Shades of White Lilac #EDDDF3
Tints of White Lilac #EDDDF3
RGB
CMYK
RGB Variations
Color information
#EDDDF3 (or 0xEDDDF3) is known color: White Lilac. HEX triplet: ED, DD and F3. RGB value is (237,221,243). Sum of RGB (Red+Green+Blue) = 237+221+243=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDDDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDF3 is #12220C. Grayscale: #E4E4E4. Windows color (decimal): -1188365 or 15982061. OLE color: 15982061.
HSL color Cylindrical-coordinate representation of color #EDDDF3: hue angle of 283.64º degrees, saturation: 0.48, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDDDF3 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 221 | 243 | - |
CMYK | 0.02 | 0.09 | 0 | 0.05 |
HSL | 283.64º | 0.48% | 0.91% | - |
HSV(B) | 283.64º | 0.09% | 0.95% | - |
XYZ | 76.96 | 76.19 | 95.44 | - |
YUV | 228.29 | 136.3 | 134.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 221 | 243 | 0.02 | 0.09 | 0 | 0.05 | 283.64 | 0.48 | 0.91 |
Hex | ED | DD | F3 | 2 | 9 | 0 | 5 | 11C | 30 | 5B |
Octal | 355 | 335 | 363 | 2 | 11 | 0 | 5 | 434 | 60 | 133 |
Binary | 11101101 | 11011101 | 11110011 | 10 | 1001 | 0 | 101 | 100011100 | 110000 | 1011011 |
Color Harmonies of #EDDDF3
Complementary color
Monochromatic Colors of #EDDDF3
Black with #EDDDF3
Text Example
Text Example
White with #EDDDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDDF3; }
p { color: rgb(237,221,243); }
H1.HeaderClassName
{
color: #EDDDF3;
}
.AnyTagClassName
{
color: #EDDDF3;
}
</style>
background-color css
<style>
a { background-color: #EDDDF3; }
a { background-color: rgb(237,221,243); }
div.DivClassName
{
background-color: #EDDDF3;
}
.BgClassName
{
background-color: #EDDDF3;
}
</style>
border-color css
<style>
span { border-color: #EDDDF3; }
span { border-color: rgb(237,221,243); }
td.TdClassName
{
border-color: #EDDDF3;
}
.TagClassName
{
border-color: #EDDDF3;
}
</style>