Html Css Color HEX #EEEDFA Lavender

📋 copy color: '#EEEDFA'

red 238 ◦ green 237 ◦ blue 250

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

Shades of Lavender #EEEDFA

Tints of Lavender #EEEDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.48%

R = 32.83%
G = 32.69%
B = 34.48%

CMYK

 C value IS 0.05

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEEDFA (or 0xEEEDFA) is known color: Lavender. HEX triplet: EE, ED and FA. RGB value is (238,237,250). Sum of RGB (Red+Green+Blue) = 238+237+250=725 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.83% from 725); Green value is 237 (92.97% from 255 or 32.69% from 725); Blue value is 250 (98.05% from 255 or 34.48% from 725); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEDFA is #111205. Grayscale: #EEEEEE. Windows color (decimal): -1118726 or 16444910. OLE color: 16444910.

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

Color convert

RGB 238 237 250 -
CMYK 0.05 0.05 0 0.02
HSL 244.62º 0.57% 0.95% -
HSV(B) 244.62º 0.05% 0.98% -
XYZ 82.8 85.65 102.61 -
YUV 238.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 238 237 250 0.05 0.05 0 0.02 244.62 0.57 0.95
Hex EE ED FA 5 5 0 2 F5 39 5F
Octal 356 355 372 5 5 0 2 365 71 137
Binary 11101110 11101101 11111010 101 101 0 10 11110101 111001 1011111

Color Harmonies of #EEEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEDFA

Black with #EEEDFA

Text Example


Text Example

White with #EEEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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