Html Css Color HEX #E6DEF6 Lavender

📋 copy color: '#E6DEF6'

red 230 ◦ green 222 ◦ blue 246

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

Shades of Lavender #E6DEF6

Tints of Lavender #E6DEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 35.24%

R = 32.95%
G = 31.81%
B = 35.24%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E6DEF6 (or 0xE6DEF6) is known color: Lavender. HEX triplet: E6, DE and F6. RGB value is (230,222,246). Sum of RGB (Red+Green+Blue) = 230+222+246=698 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.95% from 698); Green value is 222 (87.11% from 255 or 31.81% from 698); Blue value is 246 (96.48% from 255 or 35.24% from 698); Max value from RGB is 246 - color contains mainly: blue. Hex color #E6DEF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DEF6 is #192109. Grayscale: #E3E3E3. Windows color (decimal): -1646858 or 16178918. OLE color: 16178918.

HSL color Cylindrical-coordinate representation of color #E6DEF6: hue angle of 260º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E6DEF6 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 222 246 -
CMYK 0.07 0.10 0 0.04
HSL 260º 0.57% 0.92% -
HSV(B) 260º 0.1% 0.96% -
XYZ 75.39 75.72 97.83 -
YUV 227.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 230 222 246 0.07 0.10 0 0.04 260 0.57 0.92
Hex E6 DE F6 7 A 0 4 104 39 5C
Octal 346 336 366 7 12 0 4 404 71 134
Binary 11100110 11011110 11110110 111 1010 0 100 100000100 111001 1011100

Color Harmonies of #E6DEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DEF6

Black with #E6DEF6

Text Example


Text Example

White with #E6DEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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