Html Css Color HEX #DFB1D8 French Lilac

📋 copy color: '#DFB1D8'

red 223 ◦ green 177 ◦ blue 216

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

Shades of French Lilac #DFB1D8

Tints of French Lilac #DFB1D8

RGB

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

 GREEN value IS 177 (69.53% from 255) = 28.73%

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

R = 36.2%
G = 28.73%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#DFB1D8 (or 0xDFB1D8) is known color: French Lilac. HEX triplet: DF, B1 and D8. RGB value is (223,177,216). Sum of RGB (Red+Green+Blue) = 223+177+216=616 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.20% from 616); Green value is 177 (69.53% from 255 or 28.73% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB1D8 is #204E27. Grayscale: #C3C3C3. Windows color (decimal): -2117160 or 14201311. OLE color: 14201311.

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

Color convert

RGB 223 177 216 -
CMYK 0 0.21 0.03 0.13
HSL 309.13º 0.42% 0.78% -
HSV(B) 309.13º 0.21% 0.87% -
XYZ 58.55 52.09 71.93 -
YUV 195.2 139.74 147.83 -
System Red Green Blue C M Y K H S L
Decimal 223 177 216 0 0.21 0.03 0.13 309.13 0.42 0.78
Hex DF B1 D8 0 15 3 D 135 2A 4E
Octal 337 261 330 0 25 3 15 465 52 116
Binary 11011111 10110001 11011000 0 10101 11 1101 100110101 101010 1001110

Color Harmonies of #DFB1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB1D8

Black with #DFB1D8

Text Example


Text Example

White with #DFB1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB1D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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