Html Css Color HEX #DFB6DB French Lilac

📋 copy color: '#DFB6DB'

red 223 ◦ green 182 ◦ blue 219

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

Shades of French Lilac #DFB6DB

Tints of French Lilac #DFB6DB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 29.17%

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

R = 35.74%
G = 29.17%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DFB6DB (or 0xDFB6DB) is known color: French Lilac. HEX triplet: DF, B6 and DB. RGB value is (223,182,219). Sum of RGB (Red+Green+Blue) = 223+182+219=624 (82% of max value = 765). Red value is 223 (87.5% from 255 or 35.74% from 624); Green value is 182 (71.48% from 255 or 29.17% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFB6DB is #204924. Grayscale: #C6C6C6. Windows color (decimal): -2115877 or 14399199. OLE color: 14399199.

HSL color Cylindrical-coordinate representation of color #DFB6DB: hue angle of 305.85º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DFB6DB is Cyan = 0, Magento = 0.18, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 182 219 -
CMYK 0 0.18 0.02 0.13
HSL 305.85º 0.39% 0.79% -
HSV(B) 305.85º 0.18% 0.87% -
XYZ 59.95 54.26 74.33 -
YUV 198.48 139.58 145.49 -
System Red Green Blue C M Y K H S L
Decimal 223 182 219 0 0.18 0.02 0.13 305.85 0.39 0.79
Hex DF B6 DB 0 12 2 D 132 27 4F
Octal 337 266 333 0 22 2 15 462 47 117
Binary 11011111 10110110 11011011 0 10010 10 1101 100110010 100111 1001111

Color Harmonies of #DFB6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFB6DB

Black with #DFB6DB

Text Example


Text Example

White with #DFB6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFB6DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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