Html Css Color HEX #DFB4D9 French Lilac

📋 copy color: '#DFB4D9'

red 223 ◦ green 180 ◦ blue 217

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

Shades of French Lilac #DFB4D9

Tints of French Lilac #DFB4D9

RGB

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

 GREEN value IS 180 (70.7% from 255) = 29.03%

 BLUE value IS 217 (85.16% from 255) = 35%

R = 35.97%
G = 29.03%
B = 35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DFB4D9 (or 0xDFB4D9) is known color: French Lilac. HEX triplet: DF, B4 and D9. RGB value is (223,180,217). Sum of RGB (Red+Green+Blue) = 223+180+217=620 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.97% from 620); Green value is 180 (70.70% from 255 or 29.03% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4D9 is #204B26. Grayscale: #C4C4C4. Windows color (decimal): -2116391 or 14267615. OLE color: 14267615.

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

Color convert

RGB 223 180 217 -
CMYK 0 0.19 0.03 0.13
HSL 308.37º 0.4% 0.79% -
HSV(B) 308.37º 0.19% 0.87% -
XYZ 59.28 53.34 72.82 -
YUV 197.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 223 180 217 0 0.19 0.03 0.13 308.37 0.4 0.79
Hex DF B4 D9 0 13 3 D 134 28 4F
Octal 337 264 331 0 23 3 15 464 50 117
Binary 11011111 10110100 11011001 0 10011 11 1101 100110100 101000 1001111

Color Harmonies of #DFB4D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB4D9

Black with #DFB4D9

Text Example


Text Example

White with #DFB4D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB4D9; }

 p { color: rgb(223,180,217); }

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

background-color css

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

 a { background-color: rgb(223,180,217); }

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

border-color css

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

 span { border-color: rgb(223,180,217); }

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