Html Css Color HEX #DFB4D6 French Lilac

📋 copy color: '#DFB4D6'

red 223 ◦ green 180 ◦ blue 214

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

Shades of French Lilac #DFB4D6

Tints of French Lilac #DFB4D6

RGB

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

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

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

R = 36.14%
G = 29.17%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DFB4D6 (or 0xDFB4D6) is known color: French Lilac. HEX triplet: DF, B4 and D6. RGB value is (223,180,214). Sum of RGB (Red+Green+Blue) = 223+180+214=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 180 (70.70% from 255 or 29.17% from 617); Blue value is 214 (83.98% from 255 or 34.68% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB4D6 is #204B29. Grayscale: #C4C4C4. Windows color (decimal): -2116394 or 14071007. OLE color: 14071007.

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

Color convert

RGB 223 180 214 -
CMYK 0 0.19 0.04 0.13
HSL 312.56º 0.4% 0.79% -
HSV(B) 312.56º 0.19% 0.87% -
XYZ 58.89 53.19 70.78 -
YUV 196.73 137.75 146.74 -
System Red Green Blue C M Y K H S L
Decimal 223 180 214 0 0.19 0.04 0.13 312.56 0.4 0.79
Hex DF B4 D6 0 13 4 D 139 28 4F
Octal 337 264 326 0 23 4 15 471 50 117
Binary 11011111 10110100 11010110 0 10011 100 1101 100111001 101000 1001111

Color Harmonies of #DFB4D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB4D6

Black with #DFB4D6

Text Example


Text Example

White with #DFB4D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB4D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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