Html Css Color HEX #DFB9D3 French Lilac

📋 copy color: '#DFB9D3'

red 223 ◦ green 185 ◦ blue 211

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

Shades of French Lilac #DFB9D3

Tints of French Lilac #DFB9D3

RGB

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

 GREEN value IS 185 (72.66% from 255) = 29.89%

 BLUE value IS 211 (82.81% from 255) = 34.09%

R = 36.03%
G = 29.89%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DFB9D3 (or 0xDFB9D3) is known color: French Lilac. HEX triplet: DF, B9 and D3. RGB value is (223,185,211). Sum of RGB (Red+Green+Blue) = 223+185+211=619 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.03% from 619); Green value is 185 (72.66% from 255 or 29.89% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB9D3 is #20462C. Grayscale: #C7C7C7. Windows color (decimal): -2115117 or 13875679. OLE color: 13875679.

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

Color convert

RGB 223 185 211 -
CMYK 0 0.17 0.05 0.13
HSL 318.95º 0.37% 0.8% -
HSV(B) 318.95º 0.17% 0.87% -
XYZ 59.54 55.09 69.12 -
YUV 199.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 223 185 211 0 0.17 0.05 0.13 318.95 0.37 0.8
Hex DF B9 D3 0 11 5 D 13F 25 50
Octal 337 271 323 0 21 5 15 477 45 120
Binary 11011111 10111001 11010011 0 10001 101 1101 100111111 100101 1010000

Color Harmonies of #DFB9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB9D3

Black with #DFB9D3

Text Example


Text Example

White with #DFB9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB9D3; }

 p { color: rgb(223,185,211); }

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

background-color css

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

 a { background-color: rgb(223,185,211); }

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

border-color css

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

 span { border-color: rgb(223,185,211); }

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