Html Css Color HEX #E6DEFF Lavender

📋 copy color: '#E6DEFF'

red 230 ◦ green 222 ◦ blue 255

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

Shades of Lavender #E6DEFF

Tints of Lavender #E6DEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 31.4%

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

R = 32.53%
G = 31.4%
B = 36.07%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E6DEFF (or 0xE6DEFF) is known color: Lavender. HEX triplet: E6, DE and FF. RGB value is (230,222,255). Sum of RGB (Red+Green+Blue) = 230+222+255=707 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.53% from 707); Green value is 222 (87.11% from 255 or 31.40% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6DEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DEFF is #192100. Grayscale: #E4E4E4. Windows color (decimal): -1646849 or 16768742. OLE color: 16768742.

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

Color convert

RGB 230 222 255 -
CMYK 0.10 0.13 0 0
HSL 254.55º 1% 0.94% -
HSV(B) 254.55º 0.13% 1% -
XYZ 76.8 76.29 105.28 -
YUV 228.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 230 222 255 0.10 0.13 0 0 254.55 1 0.94
Hex E6 DE FF A D 0 0 FF 64 5E
Octal 346 336 377 12 15 0 0 377 144 136
Binary 11100110 11011110 11111111 1010 1101 0 0 11111111 1100100 1011110

Color Harmonies of #E6DEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DEFF

Black with #E6DEFF

Text Example


Text Example

White with #E6DEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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