Html Css Color HEX #EDDEF2 White Lilac

📋 copy color: '#EDDEF2'

red 237 ◦ green 222 ◦ blue 242

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

Shades of White Lilac #EDDEF2

Tints of White Lilac #EDDEF2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.67%

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

R = 33.81%
G = 31.67%
B = 34.52%

CMYK

 C value IS 0.02

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EDDEF2 (or 0xEDDEF2) is known color: White Lilac. HEX triplet: ED, DE and F2. RGB value is (237,222,242). Sum of RGB (Red+Green+Blue) = 237+222+242=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 222 (87.11% from 255 or 31.67% from 701); Blue value is 242 (94.92% from 255 or 34.52% from 701); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDDEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEF2 is #12210D. Grayscale: #E4E4E4. Windows color (decimal): -1188110 or 15916781. OLE color: 15916781.

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

Color convert

RGB 237 222 242 -
CMYK 0.02 0.08 0 0.05
HSL 285º 0.43% 0.91% -
HSV(B) 285º 0.08% 0.95% -
XYZ 77.07 76.66 94.74 -
YUV 228.77 135.47 133.87 -
System Red Green Blue C M Y K H S L
Decimal 237 222 242 0.02 0.08 0 0.05 285 0.43 0.91
Hex ED DE F2 2 8 0 5 11D 2B 5B
Octal 355 336 362 2 10 0 5 435 53 133
Binary 11101101 11011110 11110010 10 1000 0 101 100011101 101011 1011011

Color Harmonies of #EDDEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDEF2

Black with #EDDEF2

Text Example


Text Example

White with #EDDEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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