Html Css Color HEX #EFEEF4 Lavender

📋 copy color: '#EFEEF4'

red 239 ◦ green 238 ◦ blue 244

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

Shades of Lavender #EFEEF4

Tints of Lavender #EFEEF4

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.01%

 BLUE value IS 244 (95.7% from 255) = 33.84%

R = 33.15%
G = 33.01%
B = 33.84%

CMYK

 C value IS 0.02

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFEEF4 (or 0xEFEEF4) is known color: Lavender. HEX triplet: EF, EE and F4. RGB value is (239,238,244). Sum of RGB (Red+Green+Blue) = 239+238+244=721 (95% of max value = 765). Red value is 239 (93.75% from 255 or 33.15% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 244 (95.70% from 255 or 33.84% from 721); Max value from RGB is 244 - color contains mainly: blue. Hex color #EFEEF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEF4 is #10110B. Grayscale: #EEEEEE. Windows color (decimal): -1052940 or 16051951. OLE color: 16051951.

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

Color convert

RGB 239 238 244 -
CMYK 0.02 0.02 0 0.04
HSL 250º 0.21% 0.95% -
HSV(B) 250º 0.02% 0.96% -
XYZ 82.5 86.03 97.85 -
YUV 238.98 130.83 128.01 -
System Red Green Blue C M Y K H S L
Decimal 239 238 244 0.02 0.02 0 0.04 250 0.21 0.95
Hex EF EE F4 2 2 0 4 FA 15 5F
Octal 357 356 364 2 2 0 4 372 25 137
Binary 11101111 11101110 11110100 10 10 0 100 11111010 10101 1011111

Color Harmonies of #EFEEF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEF4

Black with #EFEEF4

Text Example


Text Example

White with #EFEEF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEEF4; }

 p { color: rgb(239,238,244); }

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

background-color css

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

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

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

border-color css

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

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

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