Shades of White Lilac #EDDFF2
Tints of White Lilac #EDDFF2
RGB
CMYK
RGB Variations
Color information
#EDDFF2 (or 0xEDDFF2) is known color: White Lilac. HEX triplet: ED, DF and F2. RGB value is (237,223,242). Sum of RGB (Red+Green+Blue) = 237+223+242=702 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.76% from 702); Green value is 223 (87.5% from 255 or 31.77% from 702); Blue value is 242 (94.92% from 255 or 34.47% from 702); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDDFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDFF2 is #12200D. Grayscale: #E5E5E5. Windows color (decimal): -1187854 or 15917037. OLE color: 15917037.
HSL color Cylindrical-coordinate representation of color #EDDFF2: hue angle of 284.21º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EDDFF2 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 237 | 223 | 242 | - |
CMYK | 0.02 | 0.08 | 0 | 0.05 |
HSL | 284.21º | 0.42% | 0.91% | - |
HSV(B) | 284.21º | 0.08% | 0.95% | - |
XYZ | 77.34 | 77.19 | 94.83 | - |
YUV | 229.35 | 135.14 | 133.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 223 | 242 | 0.02 | 0.08 | 0 | 0.05 | 284.21 | 0.42 | 0.91 |
Hex | ED | DF | F2 | 2 | 8 | 0 | 5 | 11C | 2A | 5B |
Octal | 355 | 337 | 362 | 2 | 10 | 0 | 5 | 434 | 52 | 133 |
Binary | 11101101 | 11011111 | 11110010 | 10 | 1000 | 0 | 101 | 100011100 | 101010 | 1011011 |
Color Harmonies of #EDDFF2
Complementary color
Monochromatic Colors of #EDDFF2
Black with #EDDFF2
Text Example
Text Example
White with #EDDFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDDFF2; }
p { color: rgb(237,223,242); }
H1.HeaderClassName
{
color: #EDDFF2;
}
.AnyTagClassName
{
color: #EDDFF2;
}
</style>
background-color css
<style>
a { background-color: #EDDFF2; }
a { background-color: rgb(237,223,242); }
div.DivClassName
{
background-color: #EDDFF2;
}
.BgClassName
{
background-color: #EDDFF2;
}
</style>
border-color css
<style>
span { border-color: #EDDFF2; }
span { border-color: rgb(237,223,242); }
td.TdClassName
{
border-color: #EDDFF2;
}
.TagClassName
{
border-color: #EDDFF2;
}
</style>