Html Css Color HEX #DFB5DA French Lilac

📋 copy color: '#DFB5DA'

red 223 ◦ green 181 ◦ blue 218

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

Shades of French Lilac #DFB5DA

Tints of French Lilac #DFB5DA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.1%

 BLUE value IS 218 (85.55% from 255) = 35.05%

R = 35.85%
G = 29.1%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFB5DA (or 0xDFB5DA) is known color: French Lilac. HEX triplet: DF, B5 and DA. RGB value is (223,181,218). Sum of RGB (Red+Green+Blue) = 223+181+218=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 181 (71.09% from 255 or 29.10% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5DA is #204A25. Grayscale: #C5C5C5. Windows color (decimal): -2116134 or 14333407. OLE color: 14333407.

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

Color convert

RGB 223 181 218 -
CMYK 0 0.19 0.02 0.13
HSL 307.14º 0.4% 0.79% -
HSV(B) 307.14º 0.19% 0.87% -
XYZ 59.61 53.8 73.57 -
YUV 197.78 139.41 145.99 -
System Red Green Blue C M Y K H S L
Decimal 223 181 218 0 0.19 0.02 0.13 307.14 0.4 0.79
Hex DF B5 DA 0 13 2 D 133 28 4F
Octal 337 265 332 0 23 2 15 463 50 117
Binary 11011111 10110101 11011010 0 10011 10 1101 100110011 101000 1001111

Color Harmonies of #DFB5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB5DA

Black with #DFB5DA

Text Example


Text Example

White with #DFB5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB5DA; }

 p { color: rgb(223,181,218); }

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

background-color css

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

 a { background-color: rgb(223,181,218); }

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

border-color css

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

 span { border-color: rgb(223,181,218); }

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