Html Css Color HEX #EEEDF2 Lavender

📋 copy color: '#EEEDF2'

red 238 ◦ green 237 ◦ blue 242

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

Shades of Lavender #EEEDF2

Tints of Lavender #EEEDF2

RGB

 RED value IS 238 (93.36% from 255) = 33.19%

 GREEN value IS 237 (92.97% from 255) = 33.05%

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

R = 33.19%
G = 33.05%
B = 33.75%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#EEEDF2 (or 0xEEEDF2) is known color: Lavender. HEX triplet: EE, ED and F2. RGB value is (238,237,242). Sum of RGB (Red+Green+Blue) = 238+237+242=717 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.19% from 717); Green value is 237 (92.97% from 255 or 33.05% from 717); Blue value is 242 (94.92% from 255 or 33.75% from 717); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEEDF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDF2 is #11120D. Grayscale: #EDEDED. Windows color (decimal): -1118734 or 15920622. OLE color: 15920622.

HSL color Cylindrical-coordinate representation of color #EEEDF2: hue angle of 252º degrees, saturation: 0.16, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #EEEDF2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 237 242 -
CMYK 0.02 0.02 0 0.05
HSL 252º 0.16% 0.94% -
HSV(B) 252º 0.02% 0.95% -
XYZ 81.57 85.16 96.14 -
YUV 237.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 238 237 242 0.02 0.02 0 0.05 252 0.16 0.94
Hex EE ED F2 2 2 0 5 FC 10 5E
Octal 356 355 362 2 2 0 5 374 20 136
Binary 11101110 11101101 11110010 10 10 0 101 11111100 10000 1011110

Color Harmonies of #EEEDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEDF2

Black with #EEEDF2

Text Example


Text Example

White with #EEEDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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