Html Css Color HEX #E7DEFD Lavender

📋 copy color: '#E7DEFD'

red 231 ◦ green 222 ◦ blue 253

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

Shades of Lavender #E7DEFD

Tints of Lavender #E7DEFD

RGB

 RED value IS 231 (90.63% from 255) = 32.72%

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

 BLUE value IS 253 (99.22% from 255) = 35.84%

R = 32.72%
G = 31.44%
B = 35.84%

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

#E7DEFD (or 0xE7DEFD) is known color: Lavender. HEX triplet: E7, DE and FD. RGB value is (231,222,253). Sum of RGB (Red+Green+Blue) = 231+222+253=706 (93% of max value = 765). Red value is 231 (90.62% from 255 or 32.72% from 706); Green value is 222 (87.11% from 255 or 31.44% from 706); Blue value is 253 (99.22% from 255 or 35.84% from 706); Max value from RGB is 253 - color contains mainly: blue. Hex color #E7DEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E7DEFD is #182102. Grayscale: #E4E4E4. Windows color (decimal): -1581315 or 16637671. OLE color: 16637671.

HSL color Cylindrical-coordinate representation of color #E7DEFD: hue angle of 257.42º degrees, saturation: 0.89, 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 #E7DEFD is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 222 253 -
CMYK 0.09 0.12 0 0.01
HSL 257.42º 0.89% 0.93% -
HSV(B) 257.42º 0.12% 0.99% -
XYZ 76.81 76.32 103.61 -
YUV 228.23 141.98 129.98 -
System Red Green Blue C M Y K H S L
Decimal 231 222 253 0.09 0.12 0 0.01 257.42 0.89 0.93
Hex E7 DE FD 9 C 0 1 101 59 5D
Octal 347 336 375 11 14 0 1 401 131 135
Binary 11100111 11011110 11111101 1001 1100 0 1 100000001 1011001 1011101

Color Harmonies of #E7DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DEFD

Black with #E7DEFD

Text Example


Text Example

White with #E7DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DEFD; }

 p { color: rgb(231,222,253); }

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

background-color css

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

 a { background-color: rgb(231,222,253); }

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

border-color css

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

 span { border-color: rgb(231,222,253); }

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