Html Css Color HEX #EFEFFA Lavender

📋 copy color: '#EFEFFA'

red 239 ◦ green 239 ◦ blue 250

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

Shades of Lavender #EFEFFA

Tints of Lavender #EFEFFA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 32.83%

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

R = 32.83%
G = 32.83%
B = 34.34%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EFEFFA (or 0xEFEFFA) is known color: Lavender. HEX triplet: EF, EF and FA. RGB value is (239,239,250). Sum of RGB (Red+Green+Blue) = 239+239+250=728 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.83% from 728); Green value is 239 (93.75% from 255 or 32.83% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFEFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEFFA is #101005. Grayscale: #F0F0F0. Windows color (decimal): -1052678 or 16445423. OLE color: 16445423.

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

Color convert

RGB 239 239 250 -
CMYK 0.04 0.04 0 0.02
HSL 240º 0.52% 0.96% -
HSV(B) 240º 0.04% 0.98% -
XYZ 83.72 86.99 102.82 -
YUV 240.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 239 239 250 0.04 0.04 0 0.02 240 0.52 0.96
Hex EF EF FA 4 4 0 2 F0 34 60
Octal 357 357 372 4 4 0 2 360 64 140
Binary 11101111 11101111 11111010 100 100 0 10 11110000 110100 1100000

Color Harmonies of #EFEFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEFFA

Black with #EFEFFA

Text Example


Text Example

White with #EFEFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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