Html Css Color HEX #DBABD5 French Lilac

📋 copy color: '#DBABD5'

red 219 ◦ green 171 ◦ blue 213

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

Shades of French Lilac #DBABD5

Tints of French Lilac #DBABD5

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.36%

 BLUE value IS 213 (83.59% from 255) = 35.32%

R = 36.32%
G = 28.36%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBABD5 (or 0xDBABD5) is known color: French Lilac. HEX triplet: DB, AB and D5. RGB value is (219,171,213). Sum of RGB (Red+Green+Blue) = 219+171+213=603 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.32% from 603); Green value is 171 (67.19% from 255 or 28.36% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABD5 is #24542A. Grayscale: #BEBEBE. Windows color (decimal): -2380843 or 14003163. OLE color: 14003163.

HSL color Cylindrical-coordinate representation of color #DBABD5: hue angle of 307.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBABD5 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 171 213 -
CMYK 0 0.22 0.03 0.14
HSL 307.5º 0.4% 0.76% -
HSV(B) 307.5º 0.22% 0.86% -
XYZ 55.79 48.99 69.47 -
YUV 190.14 140.9 148.58 -
System Red Green Blue C M Y K H S L
Decimal 219 171 213 0 0.22 0.03 0.14 307.5 0.4 0.76
Hex DB AB D5 0 16 3 E 134 28 4C
Octal 333 253 325 0 26 3 16 464 50 114
Binary 11011011 10101011 11010101 0 10110 11 1110 100110100 101000 1001100

Color Harmonies of #DBABD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABD5

Black with #DBABD5

Text Example


Text Example

White with #DBABD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABD5; }

 p { color: rgb(219,171,213); }

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

background-color css

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

 a { background-color: rgb(219,171,213); }

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

border-color css

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

 span { border-color: rgb(219,171,213); }

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