Html Css Color HEX #EFF0F6 Lavender

📋 copy color: '#EFF0F6'

red 239 ◦ green 240 ◦ blue 246

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

Shades of Lavender #EFF0F6

Tints of Lavender #EFF0F6

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.1%

 BLUE value IS 246 (96.48% from 255) = 33.93%

R = 32.97%
G = 33.1%
B = 33.93%

CMYK

 C value IS 0.03

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#EFF0F6 (or 0xEFF0F6) is known color: Lavender. HEX triplet: EF, F0 and F6. RGB value is (239,240,246). Sum of RGB (Red+Green+Blue) = 239+240+246=725 (96% of max value = 765). Red value is 239 (93.75% from 255 or 32.97% from 725); Green value is 240 (94.14% from 255 or 33.10% from 725); Blue value is 246 (96.48% from 255 or 33.93% from 725); Max value from RGB is 246 - color contains mainly: blue. Hex color #EFF0F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFF0F6 is #100F09. Grayscale: #F0F0F0. Windows color (decimal): -1052426 or 16183535. OLE color: 16183535.

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

Color convert

RGB 239 240 246 -
CMYK 0.03 0.02 0 0.04
HSL 231.43º 0.28% 0.95% -
HSV(B) 231.43º 0.03% 0.96% -
XYZ 83.39 87.32 99.65 -
YUV 240.39 131.17 127.01 -
System Red Green Blue C M Y K H S L
Decimal 239 240 246 0.03 0.02 0 0.04 231.43 0.28 0.95
Hex EF F0 F6 3 2 0 4 E7 1C 5F
Octal 357 360 366 3 2 0 4 347 34 137
Binary 11101111 11110000 11110110 11 10 0 100 11100111 11100 1011111

Color Harmonies of #EFF0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF0F6

Black with #EFF0F6

Text Example


Text Example

White with #EFF0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF0F6; }

 p { color: rgb(239,240,246); }

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

background-color css

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

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

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

border-color css

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

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

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