#EEEAFF

Color #EEEAFF Lavender (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender #EEEAFF

Tints of Lavender #EEEAFF

Color information

#EEEAFF (or 0xEEEAFF) is unknown color: approx Lavender. HEX triplet: EE, EA and FF. RGB value is (238,234,255). Sum of RGB (Red+Green+Blue) = 238+234+255=727 (96% of max value = 765). Red value is 238 (93.36% from 255 or 32.74% from 727); Green value is 234 (91.80% from 255 or 32.19% from 727); Blue value is 255 (100% from 255 or 35.08% from 727); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEEAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAFF is #111500. Grayscale: #EDEDED. Windows color (decimal): -1119489 or 16771822. OLE color: 16771822.

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

Color convert

RGB238234255-
CMYK0.070.0800
HSL251.43º100%95.88%-
HSV(B)251.43º8.24%100%-
XYZ82.7384.24106.51-
YUV237.59137.83128.29-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 32.74%
GREEN value IS 234 (91.80% from 255) = 32.19%
BLUE value IS 255 (100% from 255) = 35.08%
R=32.74%
G=32.19%
B=35.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2382342550.070.0800251.4310095.88
HexEEEAFF7800fb6460
Octal35635237771000373144140
Binary1110111011101010111111111111000001111101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAFF; }

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

 H1.HeaderClassName
 {
   color: #EEEAFF;
 }
 .AnyTagClassName
 {
   color: #EEEAFF;
 }
</style>
background-color css

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

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

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

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

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

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