#DBAAD2

Color #DBAAD2 French Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Lilac #DBAAD2

Tints of French Lilac #DBAAD2

Color information

#DBAAD2 (or 0xDBAAD2) is unknown color: approx French Lilac. HEX triplet: DB, AA and D2. RGB value is (219,170,210). Sum of RGB (Red+Green+Blue) = 219+170+210=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 210 (82.42% from 255 or 35.06% from 599); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAAD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAAD2 is #24552D. Grayscale: #BDBDBD. Windows color (decimal): -2381102 or 13806299. OLE color: 13806299.

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

Color convert

RGB219170210-
CMYK00.220.040.14
HSL311.02º40.5%76.27%-
HSV(B)311.02º22.37%85.88%-
XYZ55.2248.4667.42-
YUV189.21139.73149.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.56%
GREEN value IS 170 (66.80% from 255) = 28.38%
BLUE value IS 210 (82.42% from 255) = 35.06%
R=36.56%
G=28.38%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917021000.220.040.14311.0240.576.27
HexDBAAD20164E137284c
Octal33325232202641646750114
Binary11011011101010101101001001011010011101001101111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAAD2; }

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

 H1.HeaderClassName
 {
   color: #DBAAD2;
 }
 .AnyTagClassName
 {
   color: #DBAAD2;
 }
</style>
background-color css

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

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

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

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

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

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