Html Css Color HEX #EFEEFF Lavender

📋 copy color: '#EFEEFF'

red 239 ◦ green 238 ◦ blue 255

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

Shades of Lavender #EFEEFF

Tints of Lavender #EFEEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34.84%

R = 32.65%
G = 32.51%
B = 34.84%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EFEEFF (or 0xEFEEFF) is known color: Lavender. HEX triplet: EF, EE and FF. RGB value is (239,238,255). Sum of RGB (Red+Green+Blue) = 239+238+255=732 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.65% from 732); Green value is 238 (93.36% from 255 or 32.51% from 732); Blue value is 255 (100% from 255 or 34.84% from 732); Max value from RGB is 255 - color contains mainly: blue. Hex color #EFEEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEEFF is #101100. Grayscale: #F0F0F0. Windows color (decimal): -1052929 or 16772847. OLE color: 16772847.

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

Color convert

RGB 239 238 255 -
CMYK 0.06 0.07 0 0
HSL 243.53º 1% 0.97% -
HSV(B) 243.53º 0.07% 1% -
XYZ 84.22 86.72 106.91 -
YUV 240.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 239 238 255 0.06 0.07 0 0 243.53 1 0.97
Hex EF EE FF 6 7 0 0 F4 64 61
Octal 357 356 377 6 7 0 0 364 144 141
Binary 11101111 11101110 11111111 110 111 0 0 11110100 1100100 1100001

Color Harmonies of #EFEEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEFF

Black with #EFEEFF

Text Example


Text Example

White with #EFEEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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