Html Css Color HEX #EDDDF8 White Lilac

📋 copy color: '#EDDDF8'

red 237 ◦ green 221 ◦ blue 248

#EDDDF8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of White Lilac #EDDDF8

Tints of White Lilac #EDDDF8

RGB

 RED value IS 237 (92.97% from 255) = 33.57%

 GREEN value IS 221 (86.72% from 255) = 31.3%

 BLUE value IS 248 (97.27% from 255) = 35.13%

R = 33.57%
G = 31.3%
B = 35.13%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.03

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDDDF8 (or 0xEDDDF8) is known color: White Lilac. HEX triplet: ED, DD and F8. RGB value is (237,221,248). Sum of RGB (Red+Green+Blue) = 237+221+248=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDDDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDF8 is #122207. Grayscale: #E4E4E4. Windows color (decimal): -1188360 or 16309741. OLE color: 16309741.

HSL color Cylindrical-coordinate representation of color #EDDDF8: hue angle of 275.56º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EDDDF8 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 221 248 -
CMYK 0.04 0.11 0 0.03
HSL 275.56º 0.66% 0.92% -
HSV(B) 275.56º 0.11% 0.97% -
XYZ 77.72 76.49 99.48 -
YUV 228.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 237 221 248 0.04 0.11 0 0.03 275.56 0.66 0.92
Hex ED DD F8 4 B 0 3 114 42 5C
Octal 355 335 370 4 13 0 3 424 102 134
Binary 11101101 11011101 11111000 100 1011 0 11 100010100 1000010 1011100

Color Harmonies of #EDDDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDF8

Black with #EDDDF8

Text Example


Text Example

White with #EDDDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDF8; }

 p { color: rgb(237,221,248); }

 H1.HeaderClassName
 {
   color: #EDDDF8;
 }
 .AnyTagClassName
 {
   color: #EDDDF8;
 }
</style>

background-color css

<style>
 a { background-color: #EDDDF8; }

 a { background-color: rgb(237,221,248); }

 div.DivClassName
 {
   background-color: #EDDDF8;
 }
 .BgClassName
 {
   background-color: #EDDDF8;
 }
</style>

border-color css

<style>
 span { border-color: #EDDDF8; }

 span { border-color: rgb(237,221,248); }

 td.TdClassName
 {
   border-color: #EDDDF8;
 }
 .TagClassName
 {
   border-color: #EDDDF8;
 }
</style>