Html Css Color HEX #E3DAFC Lavender

📋 copy color: '#E3DAFC'

red 227 ◦ green 218 ◦ blue 252

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

Shades of Lavender #E3DAFC

Tints of Lavender #E3DAFC

RGB

 RED value IS 227 (89.06% from 255) = 32.57%

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

 BLUE value IS 252 (98.83% from 255) = 36.15%

R = 32.57%
G = 31.28%
B = 36.15%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E3DAFC (or 0xE3DAFC) is known color: Lavender. HEX triplet: E3, DA and FC. RGB value is (227,218,252). Sum of RGB (Red+Green+Blue) = 227+218+252=697 (92% of max value = 765). Red value is 227 (89.06% from 255 or 32.57% from 697); Green value is 218 (85.55% from 255 or 31.28% from 697); Blue value is 252 (98.83% from 255 or 36.15% from 697); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3DAFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E3DAFC is #1C2503. Grayscale: #E0E0E0. Windows color (decimal): -1844484 or 16571107. OLE color: 16571107.

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

Color convert

RGB 227 218 252 -
CMYK 0.10 0.13 0 0.01
HSL 255.88º 0.85% 0.92% -
HSV(B) 255.88º 0.13% 0.99% -
XYZ 74.32 73.5 102.37 -
YUV 224.57 143.48 129.74 -
System Red Green Blue C M Y K H S L
Decimal 227 218 252 0.10 0.13 0 0.01 255.88 0.85 0.92
Hex E3 DA FC A D 0 1 100 55 5C
Octal 343 332 374 12 15 0 1 400 125 134
Binary 11100011 11011010 11111100 1010 1101 0 1 100000000 1010101 1011100

Color Harmonies of #E3DAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DAFC

Black with #E3DAFC

Text Example


Text Example

White with #E3DAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DAFC; }

 p { color: rgb(227,218,252); }

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

background-color css

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

 a { background-color: rgb(227,218,252); }

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

border-color css

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

 span { border-color: rgb(227,218,252); }

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