Html Css Color HEX #EFEEF8 Lavender

📋 copy color: '#EFEEF8'

red 239 ◦ green 238 ◦ blue 248

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

Shades of Lavender #EFEEF8

Tints of Lavender #EFEEF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 34.21%

R = 32.97%
G = 32.83%
B = 34.21%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#EFEEF8 (or 0xEFEEF8) is known color: Lavender. HEX triplet: EF, EE and F8. RGB value is (239,238,248). Sum of RGB (Red+Green+Blue) = 239+238+248=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 238 (93.36% from 255 or 32.83% from 725); Blue value is 248 (97.27% from 255 or 34.21% from 725); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFEEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEF8 is #101107. Grayscale: #EFEFEF. Windows color (decimal): -1052936 or 16314095. OLE color: 16314095.

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

Color convert

RGB 239 238 248 -
CMYK 0.04 0.04 0 0.03
HSL 246º 0.42% 0.95% -
HSV(B) 246º 0.04% 0.97% -
XYZ 83.11 86.28 101.08 -
YUV 239.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 239 238 248 0.04 0.04 0 0.03 246 0.42 0.95
Hex EF EE F8 4 4 0 3 F6 2A 5F
Octal 357 356 370 4 4 0 3 366 52 137
Binary 11101111 11101110 11111000 100 100 0 11 11110110 101010 1011111

Color Harmonies of #EFEEF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEF8

Black with #EFEEF8

Text Example


Text Example

White with #EFEEF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEEF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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