Html Css Color HEX #EDDDF2 White Lilac

📋 copy color: '#EDDDF2'

red 237 ◦ green 221 ◦ blue 242

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

Shades of White Lilac #EDDDF2

Tints of White Lilac #EDDDF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 34.57%

R = 33.86%
G = 31.57%
B = 34.57%

CMYK

 C value IS 0.02

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDDDF2 (or 0xEDDDF2) is known color: White Lilac. HEX triplet: ED, DD and F2. RGB value is (237,221,242). Sum of RGB (Red+Green+Blue) = 237+221+242=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDDDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDF2 is #12220D. Grayscale: #E4E4E4. Windows color (decimal): -1188366 or 15916525. OLE color: 15916525.

HSL color Cylindrical-coordinate representation of color #EDDDF2: hue angle of 285.71º degrees, saturation: 0.45, 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 #EDDDF2 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 221 242 -
CMYK 0.02 0.09 0 0.05
HSL 285.71º 0.45% 0.91% -
HSV(B) 285.71º 0.09% 0.95% -
XYZ 76.81 76.13 94.65 -
YUV 228.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 237 221 242 0.02 0.09 0 0.05 285.71 0.45 0.91
Hex ED DD F2 2 9 0 5 11E 2D 5B
Octal 355 335 362 2 11 0 5 436 55 133
Binary 11101101 11011101 11110010 10 1001 0 101 100011110 101101 1011011

Color Harmonies of #EDDDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDDF2

Black with #EDDDF2

Text Example


Text Example

White with #EDDDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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