Html Css Color HEX #DFBADC French Lilac

📋 copy color: '#DFBADC'

red 223 ◦ green 186 ◦ blue 220

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

Shades of French Lilac #DFBADC

Tints of French Lilac #DFBADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 34.98%

R = 35.45%
G = 29.57%
B = 34.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DFBADC (or 0xDFBADC) is known color: French Lilac. HEX triplet: DF, BA and DC. RGB value is (223,186,220). Sum of RGB (Red+Green+Blue) = 223+186+220=629 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.45% from 629); Green value is 186 (73.05% from 255 or 29.57% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBADC is #204523. Grayscale: #C8C8C8. Windows color (decimal): -2114852 or 14465759. OLE color: 14465759.

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

Color convert

RGB 223 186 220 -
CMYK 0 0.17 0.01 0.13
HSL 304.86º 0.37% 0.8% -
HSV(B) 304.86º 0.17% 0.87% -
XYZ 60.91 55.97 75.3 -
YUV 200.94 138.76 143.74 -
System Red Green Blue C M Y K H S L
Decimal 223 186 220 0 0.17 0.01 0.13 304.86 0.37 0.8
Hex DF BA DC 0 11 1 D 131 25 50
Octal 337 272 334 0 21 1 15 461 45 120
Binary 11011111 10111010 11011100 0 10001 1 1101 100110001 100101 1010000

Color Harmonies of #DFBADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBADC

Black with #DFBADC

Text Example


Text Example

White with #DFBADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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