Html Css Color HEX #E6DBFC Lavender

📋 copy color: '#E6DBFC'

red 230 ◦ green 219 ◦ blue 252

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

Shades of Lavender #E6DBFC

Tints of Lavender #E6DBFC

RGB

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

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

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

R = 32.81%
G = 31.24%
B = 35.95%

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

#E6DBFC (or 0xE6DBFC) is known color: Lavender. HEX triplet: E6, DB and FC. RGB value is (230,219,252). Sum of RGB (Red+Green+Blue) = 230+219+252=701 (92% of max value = 765). Red value is 230 (90.23% from 255 or 32.81% from 701); Green value is 219 (85.94% from 255 or 31.24% from 701); Blue value is 252 (98.83% from 255 or 35.95% from 701); Max value from RGB is 252 - color contains mainly: blue. Hex color #E6DBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6DBFC is #192403. Grayscale: #E1E1E1. Windows color (decimal): -1647620 or 16571366. OLE color: 16571366.

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

Color convert

RGB 230 219 252 -
CMYK 0.09 0.13 0 0.01
HSL 260º 0.85% 0.92% -
HSV(B) 260º 0.13% 0.99% -
XYZ 75.54 74.51 102.5 -
YUV 226.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 230 219 252 0.09 0.13 0 0.01 260 0.85 0.92
Hex E6 DB FC 9 D 0 1 104 55 5C
Octal 346 333 374 11 15 0 1 404 125 134
Binary 11100110 11011011 11111100 1001 1101 0 1 100000100 1010101 1011100

Color Harmonies of #E6DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DBFC

Black with #E6DBFC

Text Example


Text Example

White with #E6DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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