Html Css Color HEX #E5DEFC Lavender

📋 copy color: '#E5DEFC'

red 229 ◦ green 222 ◦ blue 252

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

Shades of Lavender #E5DEFC

Tints of Lavender #E5DEFC

RGB

 RED value IS 229 (89.84% from 255) = 32.57%

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

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

R = 32.57%
G = 31.58%
B = 35.85%

CMYK

 C value IS 0.09

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E5DEFC (or 0xE5DEFC) is known color: Lavender. HEX triplet: E5, DE and FC. RGB value is (229,222,252). Sum of RGB (Red+Green+Blue) = 229+222+252=703 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.57% from 703); Green value is 222 (87.11% from 255 or 31.58% from 703); Blue value is 252 (98.83% from 255 or 35.85% from 703); Max value from RGB is 252 - color contains mainly: blue. Hex color #E5DEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E5DEFC is #1A2103. Grayscale: #E3E3E3. Windows color (decimal): -1712388 or 16572133. OLE color: 16572133.

HSL color Cylindrical-coordinate representation of color #E5DEFC: hue angle of 254º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5DEFC is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 229 222 252 -
CMYK 0.09 0.12 0 0.01
HSL 254º 0.83% 0.93% -
HSV(B) 254º 0.12% 0.99% -
XYZ 76.01 75.93 102.75 -
YUV 227.51 141.82 129.06 -
System Red Green Blue C M Y K H S L
Decimal 229 222 252 0.09 0.12 0 0.01 254 0.83 0.93
Hex E5 DE FC 9 C 0 1 FE 53 5D
Octal 345 336 374 11 14 0 1 376 123 135
Binary 11100101 11011110 11111100 1001 1100 0 1 11111110 1010011 1011101

Color Harmonies of #E5DEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DEFC

Black with #E5DEFC

Text Example


Text Example

White with #E5DEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DEFC; }

 p { color: rgb(229,222,252); }

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

background-color css

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

 a { background-color: rgb(229,222,252); }

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

border-color css

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

 span { border-color: rgb(229,222,252); }

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