Html Css Color HEX #EFEEFE Lavender

📋 copy color: '#EFEEFE'

red 239 ◦ green 238 ◦ blue 254

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

Shades of Lavender #EFEEFE

Tints of Lavender #EFEEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 34.75%

R = 32.69%
G = 32.56%
B = 34.75%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EFEEFE (or 0xEFEEFE) is known color: Lavender. HEX triplet: EF, EE and FE. RGB value is (239,238,254). Sum of RGB (Red+Green+Blue) = 239+238+254=731 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.69% from 731); Green value is 238 (93.36% from 255 or 32.56% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #EFEEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEFE is #101101. Grayscale: #F0F0F0. Windows color (decimal): -1052930 or 16707311. OLE color: 16707311.

HSL color Cylindrical-coordinate representation of color #EFEEFE: hue angle of 243.75º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EFEEFE is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 238 254 -
CMYK 0.06 0.06 0 0.00
HSL 243.75º 0.89% 0.96% -
HSV(B) 243.75º 0.06% 1% -
XYZ 84.06 86.66 106.06 -
YUV 240.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 239 238 254 0.06 0.06 0 0.00 243.75 0.89 0.96
Hex EF EE FE 6 6 0 0 F4 59 60
Octal 357 356 376 6 6 0 0 364 131 140
Binary 11101111 11101110 11111110 110 110 0 0 11110100 1011001 1100000

Color Harmonies of #EFEEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEFE

Black with #EFEEFE

Text Example


Text Example

White with #EFEEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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