Html Css Color HEX #DFB6D8 French Lilac

📋 copy color: '#DFB6D8'

red 223 ◦ green 182 ◦ blue 216

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

Shades of French Lilac #DFB6D8

Tints of French Lilac #DFB6D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 34.78%

R = 35.91%
G = 29.31%
B = 34.78%

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

#DFB6D8 (or 0xDFB6D8) is known color: French Lilac. HEX triplet: DF, B6 and D8. RGB value is (223,182,216). Sum of RGB (Red+Green+Blue) = 223+182+216=621 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.91% from 621); Green value is 182 (71.48% from 255 or 29.31% from 621); Blue value is 216 (84.77% from 255 or 34.78% from 621); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6D8 is #204927. Grayscale: #C6C6C6. Windows color (decimal): -2115880 or 14202591. OLE color: 14202591.

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

Color convert

RGB 223 182 216 -
CMYK 0 0.18 0.03 0.13
HSL 310.24º 0.39% 0.79% -
HSV(B) 310.24º 0.18% 0.87% -
XYZ 59.55 54.1 72.27 -
YUV 198.14 138.08 145.74 -
System Red Green Blue C M Y K H S L
Decimal 223 182 216 0 0.18 0.03 0.13 310.24 0.39 0.79
Hex DF B6 D8 0 12 3 D 136 27 4F
Octal 337 266 330 0 22 3 15 466 47 117
Binary 11011111 10110110 11011000 0 10010 11 1101 100110110 100111 1001111

Color Harmonies of #DFB6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB6D8

Black with #DFB6D8

Text Example


Text Example

White with #DFB6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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