Html Css Color HEX #DFBAD8 French Lilac

📋 copy color: '#DFBAD8'

red 223 ◦ green 186 ◦ blue 216

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

Shades of French Lilac #DFBAD8

Tints of French Lilac #DFBAD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.56%

R = 35.68%
G = 29.76%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DFBAD8 (or 0xDFBAD8) is known color: French Lilac. HEX triplet: DF, BA and D8. RGB value is (223,186,216). Sum of RGB (Red+Green+Blue) = 223+186+216=625 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.68% from 625); Green value is 186 (73.05% from 255 or 29.76% from 625); Blue value is 216 (84.77% from 255 or 34.56% from 625); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBAD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFBAD8 is #204527. Grayscale: #C8C8C8. Windows color (decimal): -2114856 or 14203615. OLE color: 14203615.

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

Color convert

RGB 223 186 216 -
CMYK 0 0.17 0.03 0.13
HSL 311.35º 0.37% 0.8% -
HSV(B) 311.35º 0.17% 0.87% -
XYZ 60.39 55.76 72.55 -
YUV 200.48 136.76 144.06 -
System Red Green Blue C M Y K H S L
Decimal 223 186 216 0 0.17 0.03 0.13 311.35 0.37 0.8
Hex DF BA D8 0 11 3 D 137 25 50
Octal 337 272 330 0 21 3 15 467 45 120
Binary 11011111 10111010 11011000 0 10001 11 1101 100110111 100101 1010000

Color Harmonies of #DFBAD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBAD8

Black with #DFBAD8

Text Example


Text Example

White with #DFBAD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBAD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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