Html Css Color HEX #DFBADE French Lilac

📋 copy color: '#DFBADE'

red 223 ◦ green 186 ◦ blue 222

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

Shades of French Lilac #DFBADE

Tints of French Lilac #DFBADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.18%

R = 35.34%
G = 29.48%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DFBADE (or 0xDFBADE) is known color: French Lilac. HEX triplet: DF, BA and DE. RGB value is (223,186,222). Sum of RGB (Red+Green+Blue) = 223+186+222=631 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.34% from 631); Green value is 186 (73.05% from 255 or 29.48% from 631); Blue value is 222 (87.11% from 255 or 35.18% from 631); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBADE is #204521. Grayscale: #C9C9C9. Windows color (decimal): -2114850 or 14596831. OLE color: 14596831.

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

Color convert

RGB 223 186 222 -
CMYK 0 0.17 0.00 0.13
HSL 301.62º 0.37% 0.8% -
HSV(B) 301.62º 0.17% 0.87% -
XYZ 61.18 56.08 76.71 -
YUV 201.17 139.76 143.57 -
System Red Green Blue C M Y K H S L
Decimal 223 186 222 0 0.17 0.00 0.13 301.62 0.37 0.8
Hex DF BA DE 0 11 0 D 12E 25 50
Octal 337 272 336 0 21 0 15 456 45 120
Binary 11011111 10111010 11011110 0 10001 0 1101 100101110 100101 1010000

Color Harmonies of #DFBADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBADE

Black with #DFBADE

Text Example


Text Example

White with #DFBADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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