Html Css Color HEX #DBB5D1 French Lilac

📋 copy color: '#DBB5D1'

red 219 ◦ green 181 ◦ blue 209

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

Shades of French Lilac #DBB5D1

Tints of French Lilac #DBB5D1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 29.72%

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

R = 35.96%
G = 29.72%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBB5D1 (or 0xDBB5D1) is known color: French Lilac. HEX triplet: DB, B5 and D1. RGB value is (219,181,209). Sum of RGB (Red+Green+Blue) = 219+181+209=609 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.96% from 609); Green value is 181 (71.09% from 255 or 29.72% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB5D1 is #244A2E. Grayscale: #C3C3C3. Windows color (decimal): -2378287 or 13743579. OLE color: 13743579.

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

Color convert

RGB 219 181 209 -
CMYK 0 0.17 0.05 0.14
HSL 315.79º 0.35% 0.78% -
HSV(B) 315.79º 0.17% 0.86% -
XYZ 57.25 52.71 67.48 -
YUV 195.55 135.59 144.72 -
System Red Green Blue C M Y K H S L
Decimal 219 181 209 0 0.17 0.05 0.14 315.79 0.35 0.78
Hex DB B5 D1 0 11 5 E 13C 23 4E
Octal 333 265 321 0 21 5 16 474 43 116
Binary 11011011 10110101 11010001 0 10001 101 1110 100111100 100011 1001110

Color Harmonies of #DBB5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBB5D1

Black with #DBB5D1

Text Example


Text Example

White with #DBB5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBB5D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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