Html Css Color HEX #DBB8D1 French Lilac

📋 copy color: '#DBB8D1'

red 219 ◦ green 184 ◦ blue 209

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

Shades of French Lilac #DBB8D1

Tints of French Lilac #DBB8D1

RGB

 RED value IS 219 (85.94% from 255) = 35.78%

 GREEN value IS 184 (72.27% from 255) = 30.07%

 BLUE value IS 209 (82.03% from 255) = 34.15%

R = 35.78%
G = 30.07%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBB8D1 (or 0xDBB8D1) is known color: French Lilac. HEX triplet: DB, B8 and D1. RGB value is (219,184,209). Sum of RGB (Red+Green+Blue) = 219+184+209=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 184 (72.27% from 255 or 30.07% from 612); Blue value is 209 (82.03% from 255 or 34.15% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8D1 is #24472E. Grayscale: #C5C5C5. Windows color (decimal): -2377519 or 13744347. OLE color: 13744347.

HSL color Cylindrical-coordinate representation of color #DBB8D1: hue angle of 317.14º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB8D1 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 184 209 -
CMYK 0 0.16 0.05 0.14
HSL 317.14º 0.33% 0.79% -
HSV(B) 317.14º 0.16% 0.86% -
XYZ 57.86 53.94 67.68 -
YUV 197.32 134.6 143.47 -
System Red Green Blue C M Y K H S L
Decimal 219 184 209 0 0.16 0.05 0.14 317.14 0.33 0.79
Hex DB B8 D1 0 10 5 E 13D 21 4F
Octal 333 270 321 0 20 5 16 475 41 117
Binary 11011011 10111000 11010001 0 10000 101 1110 100111101 100001 1001111

Color Harmonies of #DBB8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB8D1

Black with #DBB8D1

Text Example


Text Example

White with #DBB8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB8D1; }

 p { color: rgb(219,184,209); }

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

background-color css

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

 a { background-color: rgb(219,184,209); }

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

border-color css

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

 span { border-color: rgb(219,184,209); }

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