Html Css Color HEX #E6DBFD Lavender

📋 copy color: '#E6DBFD'

red 230 ◦ green 219 ◦ blue 253

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

Shades of Lavender #E6DBFD

Tints of Lavender #E6DBFD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 31.2%

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

R = 32.76%
G = 31.2%
B = 36.04%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E6DBFD (or 0xE6DBFD) is known color: Lavender. HEX triplet: E6, DB and FD. RGB value is (230,219,253). Sum of RGB (Red+Green+Blue) = 230+219+253=702 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.76% from 702); Green value is 219 (85.94% from 255 or 31.20% from 702); Blue value is 253 (99.22% from 255 or 36.04% from 702); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6DBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBFD is #192402. Grayscale: #E2E2E2. Windows color (decimal): -1647619 or 16636902. OLE color: 16636902.

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

Color convert

RGB 230 219 253 -
CMYK 0.09 0.13 0 0.01
HSL 259.41º 0.89% 0.93% -
HSV(B) 259.41º 0.13% 0.99% -
XYZ 75.69 74.58 103.33 -
YUV 226.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 230 219 253 0.09 0.13 0 0.01 259.41 0.89 0.93
Hex E6 DB FD 9 D 0 1 103 59 5D
Octal 346 333 375 11 15 0 1 403 131 135
Binary 11100110 11011011 11111101 1001 1101 0 1 100000011 1011001 1011101

Color Harmonies of #E6DBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DBFD

Black with #E6DBFD

Text Example


Text Example

White with #E6DBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DBFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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