Html Css Color HEX #EAEAF9 Lavender

📋 copy color: '#EAEAF9'

red 234 ◦ green 234 ◦ blue 249

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

Shades of Lavender #EAEAF9

Tints of Lavender #EAEAF9

RGB

 RED value IS 234 (91.8% from 255) = 32.64%

 GREEN value IS 234 (91.8% from 255) = 32.64%

 BLUE value IS 249 (97.66% from 255) = 34.73%

R = 32.64%
G = 32.64%
B = 34.73%

CMYK

 C value IS 0.06

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EAEAF9 (or 0xEAEAF9) is known color: Lavender. HEX triplet: EA, EA and F9. RGB value is (234,234,249). Sum of RGB (Red+Green+Blue) = 234+234+249=717 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.64% from 717); Green value is 234 (91.80% from 255 or 32.64% from 717); Blue value is 249 (97.66% from 255 or 34.73% from 717); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAEAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEAF9 is #151506. Grayscale: #EBEBEB. Windows color (decimal): -1381639 or 16378602. OLE color: 16378602.

HSL color Cylindrical-coordinate representation of color #EAEAF9: hue angle of 240º degrees, saturation: 0.56, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAEAF9 is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 234 249 -
CMYK 0.06 0.06 0 0.02
HSL 240º 0.56% 0.95% -
HSV(B) 240º 0.06% 0.98% -
XYZ 80.45 83.18 101.44 -
YUV 235.71 135.5 126.78 -
System Red Green Blue C M Y K H S L
Decimal 234 234 249 0.06 0.06 0 0.02 240 0.56 0.95
Hex EA EA F9 6 6 0 2 F0 38 5F
Octal 352 352 371 6 6 0 2 360 70 137
Binary 11101010 11101010 11111001 110 110 0 10 11110000 111000 1011111

Color Harmonies of #EAEAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEAF9

Black with #EAEAF9

Text Example


Text Example

White with #EAEAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEAF9; }

 p { color: rgb(234,234,249); }

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

background-color css

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

 a { background-color: rgb(234,234,249); }

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

border-color css

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

 span { border-color: rgb(234,234,249); }

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