Html Css Color HEX #E6E5EF Lavender

📋 copy color: '#E6E5EF'

red 230 ◦ green 229 ◦ blue 239

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

Shades of Lavender #E6E5EF

Tints of Lavender #E6E5EF

RGB

 RED value IS 230 (90.23% from 255) = 32.95%

 GREEN value IS 229 (89.84% from 255) = 32.81%

 BLUE value IS 239 (93.75% from 255) = 34.24%

R = 32.95%
G = 32.81%
B = 34.24%

CMYK

 C value IS 0.04

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E6E5EF (or 0xE6E5EF) is known color: Lavender. HEX triplet: E6, E5 and EF. RGB value is (230,229,239). Sum of RGB (Red+Green+Blue) = 230+229+239=698 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.95% from 698); Green value is 229 (89.84% from 255 or 32.81% from 698); Blue value is 239 (93.75% from 255 or 34.24% from 698); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6E5EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6E5EF is #191A10. Grayscale: #E6E6E6. Windows color (decimal): -1645073 or 15721958. OLE color: 15721958.

HSL color Cylindrical-coordinate representation of color #E6E5EF: hue angle of 246º degrees, saturation: 0.24, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E6E5EF is Cyan = 0.04, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 229 239 -
CMYK 0.04 0.04 0 0.06
HSL 246º 0.24% 0.92% -
HSV(B) 246º 0.04% 0.94% -
XYZ 76.23 79.09 92.91 -
YUV 230.44 132.83 127.69 -
System Red Green Blue C M Y K H S L
Decimal 230 229 239 0.04 0.04 0 0.06 246 0.24 0.92
Hex E6 E5 EF 4 4 0 6 F6 18 5C
Octal 346 345 357 4 4 0 6 366 30 134
Binary 11100110 11100101 11101111 100 100 0 110 11110110 11000 1011100

Color Harmonies of #E6E5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E5EF

Black with #E6E5EF

Text Example


Text Example

White with #E6E5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E5EF; }

 p { color: rgb(230,229,239); }

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

background-color css

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

 a { background-color: rgb(230,229,239); }

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

border-color css

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

 span { border-color: rgb(230,229,239); }

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