Html Css Color HEX #E6DAFF Lavender

📋 copy color: '#E6DAFF'

red 230 ◦ green 218 ◦ blue 255

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

Shades of Lavender #E6DAFF

Tints of Lavender #E6DAFF

RGB

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

 GREEN value IS 218 (85.55% from 255) = 31.01%

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

R = 32.72%
G = 31.01%
B = 36.27%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6DAFF (or 0xE6DAFF) is known color: Lavender. HEX triplet: E6, DA and FF. RGB value is (230,218,255). Sum of RGB (Red+Green+Blue) = 230+218+255=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 218 (85.55% from 255 or 31.01% from 703); Blue value is 255 (100% from 255 or 36.27% from 703); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6DAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DAFF is #192500. Grayscale: #E1E1E1. Windows color (decimal): -1647873 or 16767718. OLE color: 16767718.

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

Color convert

RGB 230 218 255 -
CMYK 0.10 0.15 0 0
HSL 259.46º 1% 0.93% -
HSV(B) 259.46º 0.15% 1% -
XYZ 75.75 74.19 104.93 -
YUV 225.81 144.48 130.99 -
System Red Green Blue C M Y K H S L
Decimal 230 218 255 0.10 0.15 0 0 259.46 1 0.93
Hex E6 DA FF A F 0 0 103 64 5D
Octal 346 332 377 12 17 0 0 403 144 135
Binary 11100110 11011010 11111111 1010 1111 0 0 100000011 1100100 1011101

Color Harmonies of #E6DAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DAFF

Black with #E6DAFF

Text Example


Text Example

White with #E6DAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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