Html Css Color HEX #E6DEFA Lavender

📋 copy color: '#E6DEFA'

red 230 ◦ green 222 ◦ blue 250

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

Shades of Lavender #E6DEFA

Tints of Lavender #E6DEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 35.61%

R = 32.76%
G = 31.62%
B = 35.61%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6DEFA (or 0xE6DEFA) is known color: Lavender. HEX triplet: E6, DE and FA. RGB value is (230,222,250). Sum of RGB (Red+Green+Blue) = 230+222+250=702 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.76% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 250 (98.05% from 255 or 35.61% from 702); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6DEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DEFA is #192105. Grayscale: #E3E3E3. Windows color (decimal): -1646854 or 16441062. OLE color: 16441062.

HSL color Cylindrical-coordinate representation of color #E6DEFA: hue angle of 257.14º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6DEFA is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 222 250 -
CMYK 0.08 0.11 0 0.02
HSL 257.14º 0.74% 0.93% -
HSV(B) 257.14º 0.11% 0.98% -
XYZ 76.01 75.97 101.1 -
YUV 227.58 140.65 129.72 -
System Red Green Blue C M Y K H S L
Decimal 230 222 250 0.08 0.11 0 0.02 257.14 0.74 0.93
Hex E6 DE FA 8 B 0 2 101 4A 5D
Octal 346 336 372 10 13 0 2 401 112 135
Binary 11100110 11011110 11111010 1000 1011 0 10 100000001 1001010 1011101

Color Harmonies of #E6DEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DEFA

Black with #E6DEFA

Text Example


Text Example

White with #E6DEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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