#DAB0DB

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

Shades of French Lilac #DAB0DB

Tints of French Lilac #DAB0DB

Color information

#DAB0DB (or 0xDAB0DB) is unknown color: approx French Lilac. HEX triplet: DA, B0 and DB. RGB value is (218,176,219). Sum of RGB (Red+Green+Blue) = 218+176+219=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 176 (69.14% from 255 or 28.71% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 219 - color contains mainly: blue. Hex color #DAB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0DB is #254F24. Grayscale: #C1C1C1. Windows color (decimal): -2445093 or 14397658. OLE color: 14397658.

HSL color Cylindrical-coordinate representation of color #DAB0DB: hue angle of 298.6º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAB0DB is Cyan = 0.00, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218176219-
CMYK0.000.2000.14
HSL298.6º37.39%77.45%-
HSV(B)298.6º19.63%85.88%-
XYZ57.2251.0773.86-
YUV193.46142.41145.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.56%
GREEN value IS 176 (69.14% from 255) = 28.71%
BLUE value IS 219 (85.94% from 255) = 35.73%
R=35.56%
G=28.71%
B=35.73%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181762190.000.2000.14298.637.3977.45
HexDAB0DB0140E12b254d
Octal33226033302401645345115
Binary110110101011000011011011010100011101001010111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0DB; }

 p { color: rgb(218,176,219); }

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

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

 a { background-color: rgb(218,176,219); }

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

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

 span { border-color: rgb(218,176,219); }

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