#DABDD3

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

Shades of French Lilac #DABDD3

Tints of French Lilac #DABDD3

Color information

#DABDD3 (or 0xDABDD3) is unknown color: approx French Lilac. HEX triplet: DA, BD and D3. RGB value is (218,189,211). Sum of RGB (Red+Green+Blue) = 218+189+211=618 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.28% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDD3 is #25422C. Grayscale: #C8C8C8. Windows color (decimal): -2441773 or 13876698. OLE color: 13876698.

HSL color Cylindrical-coordinate representation of color #DABDD3: hue angle of 314.48º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABDD3 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB218189211-
CMYK00.130.030.15
HSL314.48º28.16%79.8%-
HSV(B)314.48º13.3%85.49%-
XYZ58.875669.34-
YUV200.18134.11140.71-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.28%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 211 (82.81% from 255) = 34.14%
R=35.28%
G=30.58%
B=34.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818921100.130.030.15314.4828.1679.8
HexDABDD30D3F13a1c50
Octal33227532301531747234120
Binary11011010101111011101001101101111111100111010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDD3; }

 p { color: rgb(218,189,211); }

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

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

 a { background-color: rgb(218,189,211); }

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

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

 span { border-color: rgb(218,189,211); }

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