Html Css Color HEX #DBAAD1 French Lilac

📋 copy color: '#DBAAD1'

red 219 ◦ green 170 ◦ blue 209

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

Shades of French Lilac #DBAAD1

Tints of French Lilac #DBAAD1

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.43%

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

R = 36.62%
G = 28.43%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DBAAD1 (or 0xDBAAD1) is known color: French Lilac. HEX triplet: DB, AA and D1. RGB value is (219,170,209). Sum of RGB (Red+Green+Blue) = 219+170+209=598 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.62% from 598); Green value is 170 (66.80% from 255 or 28.43% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAD1 is #24552E. Grayscale: #BCBCBC. Windows color (decimal): -2381103 or 13740763. OLE color: 13740763.

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

Color convert

RGB 219 170 209 -
CMYK 0 0.22 0.05 0.14
HSL 312.24º 0.4% 0.76% -
HSV(B) 312.24º 0.22% 0.86% -
XYZ 55.1 48.41 66.76 -
YUV 189.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 219 170 209 0 0.22 0.05 0.14 312.24 0.4 0.76
Hex DB AA D1 0 16 5 E 138 28 4C
Octal 333 252 321 0 26 5 16 470 50 114
Binary 11011011 10101010 11010001 0 10110 101 1110 100111000 101000 1001100

Color Harmonies of #DBAAD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAAD1

Black with #DBAAD1

Text Example


Text Example

White with #DBAAD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAAD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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