Html Css Color HEX #E0BBD4 French Lilac

📋 copy color: '#E0BBD4'

red 224 ◦ green 187 ◦ blue 212

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

Shades of French Lilac #E0BBD4

Tints of French Lilac #E0BBD4

RGB

 RED value IS 224 (87.89% from 255) = 35.96%

 GREEN value IS 187 (73.44% from 255) = 30.02%

 BLUE value IS 212 (83.2% from 255) = 34.03%

R = 35.96%
G = 30.02%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E0BBD4 (or 0xE0BBD4) is known color: French Lilac. HEX triplet: E0, BB and D4. RGB value is (224,187,212). Sum of RGB (Red+Green+Blue) = 224+187+212=623 (82% of max value = 765). Red value is 224 (87.89% from 255 or 35.96% from 623); Green value is 187 (73.44% from 255 or 30.02% from 623); Blue value is 212 (83.20% from 255 or 34.03% from 623); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BBD4 is #1F442B. Grayscale: #C8C8C8. Windows color (decimal): -2049068 or 13941728. OLE color: 13941728.

HSL color Cylindrical-coordinate representation of color #E0BBD4: hue angle of 319.46º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E0BBD4 is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 187 212 -
CMYK 0 0.17 0.05 0.12
HSL 319.46º 0.37% 0.81% -
HSV(B) 319.46º 0.17% 0.88% -
XYZ 60.39 56.14 69.94 -
YUV 200.91 134.26 144.47 -
System Red Green Blue C M Y K H S L
Decimal 224 187 212 0 0.17 0.05 0.12 319.46 0.37 0.81
Hex E0 BB D4 0 11 5 C 13F 25 51
Octal 340 273 324 0 21 5 14 477 45 121
Binary 11100000 10111011 11010100 0 10001 101 1100 100111111 100101 1010001

Color Harmonies of #E0BBD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0BBD4

Black with #E0BBD4

Text Example


Text Example

White with #E0BBD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0BBD4; }

 p { color: rgb(224,187,212); }

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

background-color css

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

 a { background-color: rgb(224,187,212); }

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

border-color css

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

 span { border-color: rgb(224,187,212); }

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