Html Css Color HEX #DFBAD6 French Lilac

📋 copy color: '#DFBAD6'

red 223 ◦ green 186 ◦ blue 214

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

Shades of French Lilac #DFBAD6

Tints of French Lilac #DFBAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 34.35%

R = 35.79%
G = 29.86%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DFBAD6 (or 0xDFBAD6) is known color: French Lilac. HEX triplet: DF, BA and D6. RGB value is (223,186,214). Sum of RGB (Red+Green+Blue) = 223+186+214=623 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.79% from 623); Green value is 186 (73.05% from 255 or 29.86% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAD6 is #204529. Grayscale: #C8C8C8. Windows color (decimal): -2114858 or 14072543. OLE color: 14072543.

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

Color convert

RGB 223 186 214 -
CMYK 0 0.17 0.04 0.13
HSL 314.59º 0.37% 0.8% -
HSV(B) 314.59º 0.17% 0.87% -
XYZ 60.13 55.66 71.19 -
YUV 200.26 135.76 144.22 -
System Red Green Blue C M Y K H S L
Decimal 223 186 214 0 0.17 0.04 0.13 314.59 0.37 0.8
Hex DF BA D6 0 11 4 D 13B 25 50
Octal 337 272 326 0 21 4 15 473 45 120
Binary 11011111 10111010 11010110 0 10001 100 1101 100111011 100101 1010000

Color Harmonies of #DFBAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAD6

Black with #DFBAD6

Text Example


Text Example

White with #DFBAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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