Html Css Color HEX #DBABD4 French Lilac

📋 copy color: '#DBABD4'

red 219 ◦ green 171 ◦ blue 212

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

Shades of French Lilac #DBABD4

Tints of French Lilac #DBABD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.22%

R = 36.38%
G = 28.41%
B = 35.22%

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

#DBABD4 (or 0xDBABD4) is known color: French Lilac. HEX triplet: DB, AB and D4. RGB value is (219,171,212). Sum of RGB (Red+Green+Blue) = 219+171+212=602 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.38% from 602); Green value is 171 (67.19% from 255 or 28.41% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 219 - color contains mainly: red. Hex color #DBABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBABD4 is #24542B. Grayscale: #BDBDBD. Windows color (decimal): -2380844 or 13937627. OLE color: 13937627.

HSL color Cylindrical-coordinate representation of color #DBABD4: hue angle of 308.75º 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 #DBABD4 is Cyan = 0, Magento = 0.22, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 171 212 -
CMYK 0 0.22 0.03 0.14
HSL 308.75º 0.4% 0.76% -
HSV(B) 308.75º 0.22% 0.86% -
XYZ 55.66 48.94 68.8 -
YUV 190.03 140.4 148.67 -
System Red Green Blue C M Y K H S L
Decimal 219 171 212 0 0.22 0.03 0.14 308.75 0.4 0.76
Hex DB AB D4 0 16 3 E 135 28 4C
Octal 333 253 324 0 26 3 16 465 50 114
Binary 11011011 10101011 11010100 0 10110 11 1110 100110101 101000 1001100

Color Harmonies of #DBABD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBABD4

Black with #DBABD4

Text Example


Text Example

White with #DBABD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBABD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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