Html Css Color HEX #E6DFFA Lavender

📋 copy color: '#E6DFFA'

red 230 ◦ green 223 ◦ blue 250

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

Shades of Lavender #E6DFFA

Tints of Lavender #E6DFFA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 31.72%

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

R = 32.72%
G = 31.72%
B = 35.56%

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

#E6DFFA (or 0xE6DFFA) is known color: Lavender. HEX triplet: E6, DF and FA. RGB value is (230,223,250). Sum of RGB (Red+Green+Blue) = 230+223+250=703 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.72% from 703); Green value is 223 (87.5% from 255 or 31.72% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6DFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DFFA is #192005. Grayscale: #E4E4E4. Windows color (decimal): -1646598 or 16441318. OLE color: 16441318.

HSL color Cylindrical-coordinate representation of color #E6DFFA: hue angle of 255.56º degrees, saturation: 0.73, 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 #E6DFFA is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 223 250 -
CMYK 0.08 0.11 0 0.02
HSL 255.56º 0.73% 0.93% -
HSV(B) 255.56º 0.11% 0.98% -
XYZ 76.28 76.5 101.19 -
YUV 228.17 140.32 129.3 -
System Red Green Blue C M Y K H S L
Decimal 230 223 250 0.08 0.11 0 0.02 255.56 0.73 0.93
Hex E6 DF FA 8 B 0 2 100 49 5D
Octal 346 337 372 10 13 0 2 400 111 135
Binary 11100110 11011111 11111010 1000 1011 0 10 100000000 1001001 1011101

Color Harmonies of #E6DFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DFFA

Black with #E6DFFA

Text Example


Text Example

White with #E6DFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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