Html Css Color HEX #EFEDFB Lavender

📋 copy color: '#EFEDFB'

red 239 ◦ green 237 ◦ blue 251

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

Shades of Lavender #EFEDFB

Tints of Lavender #EFEDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 34.53%

R = 32.87%
G = 32.6%
B = 34.53%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFEDFB (or 0xEFEDFB) is known color: Lavender. HEX triplet: EF, ED and FB. RGB value is (239,237,251). Sum of RGB (Red+Green+Blue) = 239+237+251=727 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.87% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFEDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDFB is #101204. Grayscale: #EFEFEF. Windows color (decimal): -1053189 or 16510447. OLE color: 16510447.

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

Color convert

RGB 239 237 251 -
CMYK 0.05 0.06 0 0.02
HSL 248.57º 0.64% 0.96% -
HSV(B) 248.57º 0.06% 0.98% -
XYZ 83.29 85.88 103.45 -
YUV 239.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 239 237 251 0.05 0.06 0 0.02 248.57 0.64 0.96
Hex EF ED FB 5 6 0 2 F9 40 60
Octal 357 355 373 5 6 0 2 371 100 140
Binary 11101111 11101101 11111011 101 110 0 10 11111001 1000000 1100000

Color Harmonies of #EFEDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDFB

Black with #EFEDFB

Text Example


Text Example

White with #EFEDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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