Html Css Color HEX #DFB0D0 French Lilac

📋 copy color: '#DFB0D0'

red 223 ◦ green 176 ◦ blue 208

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

Shades of French Lilac #DFB0D0

Tints of French Lilac #DFB0D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.27%

R = 36.74%
G = 29%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DFB0D0 (or 0xDFB0D0) is known color: French Lilac. HEX triplet: DF, B0 and D0. RGB value is (223,176,208). Sum of RGB (Red+Green+Blue) = 223+176+208=607 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.74% from 607); Green value is 176 (69.14% from 255 or 29.00% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0D0 is #204F2F. Grayscale: #C1C1C1. Windows color (decimal): -2117424 or 13676767. OLE color: 13676767.

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

Color convert

RGB 223 176 208 -
CMYK 0 0.21 0.07 0.13
HSL 319.15º 0.42% 0.78% -
HSV(B) 319.15º 0.21% 0.87% -
XYZ 57.34 51.29 66.55 -
YUV 193.7 136.07 148.9 -
System Red Green Blue C M Y K H S L
Decimal 223 176 208 0 0.21 0.07 0.13 319.15 0.42 0.78
Hex DF B0 D0 0 15 7 D 13F 2A 4E
Octal 337 260 320 0 25 7 15 477 52 116
Binary 11011111 10110000 11010000 0 10101 111 1101 100111111 101010 1001110

Color Harmonies of #DFB0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0D0

Black with #DFB0D0

Text Example


Text Example

White with #DFB0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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