Html Css Color HEX #E6EAFF Lavender

📋 copy color: '#E6EAFF'

red 230 ◦ green 234 ◦ blue 255

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

Shades of Lavender #E6EAFF

Tints of Lavender #E6EAFF

RGB

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

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

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

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

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6EAFF (or 0xE6EAFF) is known color: Lavender. HEX triplet: E6, EA and FF. RGB value is (230,234,255). Sum of RGB (Red+Green+Blue) = 230+234+255=719 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.99% from 719); Green value is 234 (91.80% from 255 or 32.55% 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 #E6EAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6EAFF is #191500. Grayscale: #EBEBEB. Windows color (decimal): -1643777 or 16771814. OLE color: 16771814.

HSL color Cylindrical-coordinate representation of color #E6EAFF: hue angle of 230.4º 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 #E6EAFF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 234 255 -
CMYK 0.10 0.08 0 0
HSL 230.4º 1% 0.95% -
HSV(B) 230.4º 0.1% 1% -
XYZ 80.11 82.89 106.38 -
YUV 235.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 230 234 255 0.10 0.08 0 0 230.4 1 0.95
Hex E6 EA FF A 8 0 0 E6 64 5F
Octal 346 352 377 12 10 0 0 346 144 137
Binary 11100110 11101010 11111111 1010 1000 0 0 11100110 1100100 1011111

Color Harmonies of #E6EAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6EAFF

Black with #E6EAFF

Text Example


Text Example

White with #E6EAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6EAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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