Html Css Color HEX #DFB0DB French Lilac

📋 copy color: '#DFB0DB'

red 223 ◦ green 176 ◦ blue 219

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

Shades of French Lilac #DFB0DB

Tints of French Lilac #DFB0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.44%

R = 36.08%
G = 28.48%
B = 35.44%

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

#DFB0DB (or 0xDFB0DB) is known color: French Lilac. HEX triplet: DF, B0 and DB. RGB value is (223,176,219). Sum of RGB (Red+Green+Blue) = 223+176+219=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 176 (69.14% from 255 or 28.48% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DFB0DB is #204F24. Grayscale: #C2C2C2. Windows color (decimal): -2117413 or 14397663. OLE color: 14397663.

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

Color convert

RGB 223 176 219 -
CMYK 0 0.21 0.02 0.13
HSL 305.11º 0.42% 0.78% -
HSV(B) 305.11º 0.21% 0.87% -
XYZ 58.74 51.85 73.93 -
YUV 194.96 141.57 148 -
System Red Green Blue C M Y K H S L
Decimal 223 176 219 0 0.21 0.02 0.13 305.11 0.42 0.78
Hex DF B0 DB 0 15 2 D 131 2A 4E
Octal 337 260 333 0 25 2 15 461 52 116
Binary 11011111 10110000 11011011 0 10101 10 1101 100110001 101010 1001110

Color Harmonies of #DFB0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB0DB

Black with #DFB0DB

Text Example


Text Example

White with #DFB0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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