Html Css Color HEX #DFB5D5 French Lilac

📋 copy color: '#DFB5D5'

red 223 ◦ green 181 ◦ blue 213

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

Shades of French Lilac #DFB5D5

Tints of French Lilac #DFB5D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 34.52%

R = 36.14%
G = 29.34%
B = 34.52%

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

#DFB5D5 (or 0xDFB5D5) is known color: French Lilac. HEX triplet: DF, B5 and D5. RGB value is (223,181,213). Sum of RGB (Red+Green+Blue) = 223+181+213=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 181 (71.09% from 255 or 29.34% from 617); Blue value is 213 (83.59% from 255 or 34.52% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB5D5 is #204A2A. Grayscale: #C5C5C5. Windows color (decimal): -2116139 or 14005727. OLE color: 14005727.

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

Color convert

RGB 223 181 213 -
CMYK 0 0.19 0.04 0.13
HSL 314.29º 0.4% 0.79% -
HSV(B) 314.29º 0.19% 0.87% -
XYZ 58.97 53.54 70.18 -
YUV 197.21 136.91 146.4 -
System Red Green Blue C M Y K H S L
Decimal 223 181 213 0 0.19 0.04 0.13 314.29 0.4 0.79
Hex DF B5 D5 0 13 4 D 13A 28 4F
Octal 337 265 325 0 23 4 15 472 50 117
Binary 11011111 10110101 11010101 0 10011 100 1101 100111010 101000 1001111

Color Harmonies of #DFB5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB5D5

Black with #DFB5D5

Text Example


Text Example

White with #DFB5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB5D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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