Html Css Color HEX #DFBADB French Lilac

📋 copy color: '#DFBADB'

red 223 ◦ green 186 ◦ blue 219

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

Shades of French Lilac #DFBADB

Tints of French Lilac #DFBADB

RGB

 RED value IS 223 (87.5% from 255) = 35.51%

 GREEN value IS 186 (73.05% from 255) = 29.62%

 BLUE value IS 219 (85.94% from 255) = 34.87%

R = 35.51%
G = 29.62%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFBADB (or 0xDFBADB) is known color: French Lilac. HEX triplet: DF, BA and DB. RGB value is (223,186,219). Sum of RGB (Red+Green+Blue) = 223+186+219=628 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.51% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 219 (85.94% from 255 or 34.87% from 628); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBADB is #204524. Grayscale: #C8C8C8. Windows color (decimal): -2114853 or 14400223. OLE color: 14400223.

HSL color Cylindrical-coordinate representation of color #DFBADB: hue angle of 306.49º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DFBADB is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 186 219 -
CMYK 0 0.17 0.02 0.13
HSL 306.49º 0.37% 0.8% -
HSV(B) 306.49º 0.17% 0.87% -
XYZ 60.78 55.92 74.61 -
YUV 200.83 138.26 143.82 -
System Red Green Blue C M Y K H S L
Decimal 223 186 219 0 0.17 0.02 0.13 306.49 0.37 0.8
Hex DF BA DB 0 11 2 D 132 25 50
Octal 337 272 333 0 21 2 15 462 45 120
Binary 11011111 10111010 11011011 0 10001 10 1101 100110010 100101 1010000

Color Harmonies of #DFBADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBADB

Black with #DFBADB

Text Example


Text Example

White with #DFBADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBADB; }

 p { color: rgb(223,186,219); }

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

background-color css

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

 a { background-color: rgb(223,186,219); }

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

border-color css

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

 span { border-color: rgb(223,186,219); }

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