Html Css Color HEX #DFB0D7 French Lilac

📋 copy color: '#DFB0D7'

red 223 ◦ green 176 ◦ blue 215

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

Shades of French Lilac #DFB0D7

Tints of French Lilac #DFB0D7

RGB

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

 GREEN value IS 176 (69.14% from 255) = 28.66%

 BLUE value IS 215 (84.38% from 255) = 35.02%

R = 36.32%
G = 28.66%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DFB0D7 (or 0xDFB0D7) is known color: French Lilac. HEX triplet: DF, B0 and D7. RGB value is (223,176,215). Sum of RGB (Red+Green+Blue) = 223+176+215=614 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.32% from 614); Green value is 176 (69.14% from 255 or 28.66% from 614); Blue value is 215 (84.38% from 255 or 35.02% from 614); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0D7 is #204F28. Grayscale: #C2C2C2. Windows color (decimal): -2117417 or 14135519. OLE color: 14135519.

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

Color convert

RGB 223 176 215 -
CMYK 0 0.21 0.04 0.13
HSL 310.21º 0.42% 0.78% -
HSV(B) 310.21º 0.21% 0.87% -
XYZ 58.22 51.64 71.19 -
YUV 194.5 139.57 148.33 -
System Red Green Blue C M Y K H S L
Decimal 223 176 215 0 0.21 0.04 0.13 310.21 0.42 0.78
Hex DF B0 D7 0 15 4 D 136 2A 4E
Octal 337 260 327 0 25 4 15 466 52 116
Binary 11011111 10110000 11010111 0 10101 100 1101 100110110 101010 1001110

Color Harmonies of #DFB0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0D7

Black with #DFB0D7

Text Example


Text Example

White with #DFB0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0D7; }

 p { color: rgb(223,176,215); }

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

background-color css

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

 a { background-color: rgb(223,176,215); }

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

border-color css

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

 span { border-color: rgb(223,176,215); }

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