Html Css Color HEX #E6DEFD Lavender

📋 copy color: '#E6DEFD'

red 230 ◦ green 222 ◦ blue 253

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

Shades of Lavender #E6DEFD

Tints of Lavender #E6DEFD

RGB

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

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

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

R = 32.62%
G = 31.49%
B = 35.89%

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

#E6DEFD (or 0xE6DEFD) is known color: Lavender. HEX triplet: E6, DE and FD. RGB value is (230,222,253). Sum of RGB (Red+Green+Blue) = 230+222+253=705 (93% of max value = 765). Red value is 230 (90.23% from 255 or 32.62% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 253 (99.22% from 255 or 35.89% from 705); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6DEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DEFD is #192102. Grayscale: #E3E3E3. Windows color (decimal): -1646851 or 16637670. OLE color: 16637670.

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

Color convert

RGB 230 222 253 -
CMYK 0.09 0.12 0 0.01
HSL 255.48º 0.89% 0.93% -
HSV(B) 255.48º 0.12% 0.99% -
XYZ 76.48 76.16 103.6 -
YUV 227.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 230 222 253 0.09 0.12 0 0.01 255.48 0.89 0.93
Hex E6 DE FD 9 C 0 1 FF 59 5D
Octal 346 336 375 11 14 0 1 377 131 135
Binary 11100110 11011110 11111101 1001 1100 0 1 11111111 1011001 1011101

Color Harmonies of #E6DEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DEFD

Black with #E6DEFD

Text Example


Text Example

White with #E6DEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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