Html Css Color HEX #EFEDFA Lavender

📋 copy color: '#EFEDFA'

red 239 ◦ green 237 ◦ blue 250

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

Shades of Lavender #EFEDFA

Tints of Lavender #EFEDFA

RGB

 RED value IS 239 (93.75% from 255) = 32.92%

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

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

R = 32.92%
G = 32.64%
B = 34.44%

CMYK

 C value IS 0.04

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFEDFA (or 0xEFEDFA) is known color: Lavender. HEX triplet: EF, ED and FA. RGB value is (239,237,250). Sum of RGB (Red+Green+Blue) = 239+237+250=726 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.92% from 726); Green value is 237 (92.97% from 255 or 32.64% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFEDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDFA is #101205. Grayscale: #EFEFEF. Windows color (decimal): -1053190 or 16444911. OLE color: 16444911.

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

Color convert

RGB 239 237 250 -
CMYK 0.04 0.05 0 0.02
HSL 249.23º 0.57% 0.95% -
HSV(B) 249.23º 0.05% 0.98% -
XYZ 83.14 85.82 102.63 -
YUV 239.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 239 237 250 0.04 0.05 0 0.02 249.23 0.57 0.95
Hex EF ED FA 4 5 0 2 F9 39 5F
Octal 357 355 372 4 5 0 2 371 71 137
Binary 11101111 11101101 11111010 100 101 0 10 11111001 111001 1011111

Color Harmonies of #EFEDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDFA

Black with #EFEDFA

Text Example


Text Example

White with #EFEDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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