Html Css Color HEX #EAE6FF Lavender

📋 copy color: '#EAE6FF'

red 234 ◦ green 230 ◦ blue 255

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

Shades of Lavender #EAE6FF

Tints of Lavender #EAE6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 31.99%

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

R = 32.55%
G = 31.99%
B = 35.47%

CMYK

 C value IS 0.08

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EAE6FF (or 0xEAE6FF) is known color: Lavender. HEX triplet: EA, E6 and FF. RGB value is (234,230,255). Sum of RGB (Red+Green+Blue) = 234+230+255=719 (95% of max value = 765). Red value is 234 (91.80% from 255 or 32.55% from 719); Green value is 230 (90.23% from 255 or 31.99% from 719); Blue value is 255 (100% from 255 or 35.47% from 719); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAE6FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAE6FF is #151900. Grayscale: #E9E9E9. Windows color (decimal): -1382657 or 16770794. OLE color: 16770794.

HSL color Cylindrical-coordinate representation of color #EAE6FF: hue angle of 249.6º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAE6FF is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 234 230 255 -
CMYK 0.08 0.10 0 0
HSL 249.6º 1% 0.95% -
HSV(B) 249.6º 0.1% 1% -
XYZ 80.28 81.31 106.07 -
YUV 234.05 139.83 127.97 -
System Red Green Blue C M Y K H S L
Decimal 234 230 255 0.08 0.10 0 0 249.6 1 0.95
Hex EA E6 FF 8 A 0 0 FA 64 5F
Octal 352 346 377 10 12 0 0 372 144 137
Binary 11101010 11100110 11111111 1000 1010 0 0 11111010 1100100 1011111

Color Harmonies of #EAE6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE6FF

Black with #EAE6FF

Text Example


Text Example

White with #EAE6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE6FF; }

 p { color: rgb(234,230,255); }

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

background-color css

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

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

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

border-color css

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

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

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