Html Css Color HEX #DFB6D9 French Lilac

📋 copy color: '#DFB6D9'

red 223 ◦ green 182 ◦ blue 217

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

Shades of French Lilac #DFB6D9

Tints of French Lilac #DFB6D9

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.26%

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

R = 35.85%
G = 29.26%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DFB6D9 (or 0xDFB6D9) is known color: French Lilac. HEX triplet: DF, B6 and D9. RGB value is (223,182,217). Sum of RGB (Red+Green+Blue) = 223+182+217=622 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.85% from 622); Green value is 182 (71.48% from 255 or 29.26% from 622); Blue value is 217 (85.16% from 255 or 34.89% from 622); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6D9 is #204926. Grayscale: #C6C6C6. Windows color (decimal): -2115879 or 14268127. OLE color: 14268127.

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

Color convert

RGB 223 182 217 -
CMYK 0 0.18 0.03 0.13
HSL 308.78º 0.39% 0.79% -
HSV(B) 308.78º 0.18% 0.87% -
XYZ 59.68 54.15 72.95 -
YUV 198.25 138.58 145.65 -
System Red Green Blue C M Y K H S L
Decimal 223 182 217 0 0.18 0.03 0.13 308.78 0.39 0.79
Hex DF B6 D9 0 12 3 D 135 27 4F
Octal 337 266 331 0 22 3 15 465 47 117
Binary 11011111 10110110 11011001 0 10010 11 1101 100110101 100111 1001111

Color Harmonies of #DFB6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB6D9

Black with #DFB6D9

Text Example


Text Example

White with #DFB6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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