#DABDD5

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

Shades of French Lilac #DABDD5

Tints of French Lilac #DABDD5

Color information

#DABDD5 (or 0xDABDD5) is unknown color: approx French Lilac. HEX triplet: DA, BD and D5. RGB value is (218,189,213). Sum of RGB (Red+Green+Blue) = 218+189+213=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 213 (83.59% from 255 or 34.35% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDD5 is #25422A. Grayscale: #C8C8C8. Windows color (decimal): -2441771 or 14007770. OLE color: 14007770.

HSL color Cylindrical-coordinate representation of color #DABDD5: hue angle of 310.34º 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 #DABDD5 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218189213-
CMYK00.130.020.15
HSL310.34º28.16%79.8%-
HSV(B)310.34º13.3%85.49%-
XYZ59.1256.170.66-
YUV200.41135.11140.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 189 (74.22% from 255) = 30.48%
BLUE value IS 213 (83.59% from 255) = 34.35%
R=35.16%
G=30.48%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818921300.130.020.15310.3428.1679.8
HexDABDD50D2F1361c50
Octal33227532501521746634120
Binary11011010101111011101010101101101111100110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABDD5; }

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

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

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

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

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

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

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

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