Html Css Color HEX #EEF0FA Lavender

📋 copy color: '#EEF0FA'

red 238 ◦ green 240 ◦ blue 250

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

Shades of Lavender #EEF0FA

Tints of Lavender #EEF0FA

RGB

 RED value IS 238 (93.36% from 255) = 32.69%

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

 BLUE value IS 250 (98.05% from 255) = 34.34%

R = 32.69%
G = 32.97%
B = 34.34%

CMYK

 C value IS 0.05

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EEF0FA (or 0xEEF0FA) is known color: Lavender. HEX triplet: EE, F0 and FA. RGB value is (238,240,250). Sum of RGB (Red+Green+Blue) = 238+240+250=728 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.69% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #EEF0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEF0FA is #110F05. Grayscale: #F0F0F0. Windows color (decimal): -1117958 or 16445678. OLE color: 16445678.

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

Color convert

RGB 238 240 250 -
CMYK 0.05 0.04 0 0.02
HSL 230º 0.55% 0.96% -
HSV(B) 230º 0.05% 0.98% -
XYZ 83.68 87.4 102.9 -
YUV 240.54 133.34 126.19 -
System Red Green Blue C M Y K H S L
Decimal 238 240 250 0.05 0.04 0 0.02 230 0.55 0.96
Hex EE F0 FA 5 4 0 2 E6 37 60
Octal 356 360 372 5 4 0 2 346 67 140
Binary 11101110 11110000 11111010 101 100 0 10 11100110 110111 1100000

Color Harmonies of #EEF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF0FA

Black with #EEF0FA

Text Example


Text Example

White with #EEF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF0FA; }

 p { color: rgb(238,240,250); }

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

background-color css

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

 a { background-color: rgb(238,240,250); }

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

border-color css

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

 span { border-color: rgb(238,240,250); }

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