Html Css Color HEX #DFB0DA French Lilac

📋 copy color: '#DFB0DA'

red 223 ◦ green 176 ◦ blue 218

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

Shades of French Lilac #DFB0DA

Tints of French Lilac #DFB0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.33%

R = 36.14%
G = 28.53%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFB0DA (or 0xDFB0DA) is known color: French Lilac. HEX triplet: DF, B0 and DA. RGB value is (223,176,218). Sum of RGB (Red+Green+Blue) = 223+176+218=617 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.14% from 617); Green value is 176 (69.14% from 255 or 28.53% from 617); Blue value is 218 (85.55% from 255 or 35.33% from 617); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0DA is #204F25. Grayscale: #C2C2C2. Windows color (decimal): -2117414 or 14332127. OLE color: 14332127.

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

Color convert

RGB 223 176 218 -
CMYK 0 0.21 0.02 0.13
HSL 306.38º 0.42% 0.78% -
HSV(B) 306.38º 0.21% 0.87% -
XYZ 58.61 51.8 73.24 -
YUV 194.84 141.07 148.08 -
System Red Green Blue C M Y K H S L
Decimal 223 176 218 0 0.21 0.02 0.13 306.38 0.42 0.78
Hex DF B0 DA 0 15 2 D 132 2A 4E
Octal 337 260 332 0 25 2 15 462 52 116
Binary 11011111 10110000 11011010 0 10101 10 1101 100110010 101010 1001110

Color Harmonies of #DFB0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0DA

Black with #DFB0DA

Text Example


Text Example

White with #DFB0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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