#DAB4D5

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

Shades of French Lilac #DAB4D5

Tints of French Lilac #DAB4D5

Color information

#DAB4D5 (or 0xDAB4D5) is unknown color: approx French Lilac. HEX triplet: DA, B4 and D5. RGB value is (218,180,213). Sum of RGB (Red+Green+Blue) = 218+180+213=611 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.68% from 611); Green value is 180 (70.70% from 255 or 29.46% from 611); Blue value is 213 (83.59% from 255 or 34.86% from 611); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB4D5 is #254B2A. Grayscale: #C3C3C3. Windows color (decimal): -2444075 or 14005466. OLE color: 14005466.

HSL color Cylindrical-coordinate representation of color #DAB4D5: hue angle of 307.89º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB4D5 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218180213-
CMYK00.170.020.15
HSL307.89º33.93%78.04%-
HSV(B)307.89º17.43%85.49%-
XYZ57.2452.3570.04-
YUV195.12138.09144.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.68%
GREEN value IS 180 (70.70% from 255) = 29.46%
BLUE value IS 213 (83.59% from 255) = 34.86%
R=35.68%
G=29.46%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818021300.170.020.15307.8933.9378.04
HexDAB4D50112F134224e
Octal33226432502121746442116
Binary1101101010110100110101010100011011111001101001000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB4D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB4D5; }

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

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

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

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

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

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

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

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