#DAABD4

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

Shades of French Lilac #DAABD4

Tints of French Lilac #DAABD4

Color information

#DAABD4 (or 0xDAABD4) is unknown color: approx French Lilac. HEX triplet: DA, AB and D4. RGB value is (218,171,212). Sum of RGB (Red+Green+Blue) = 218+171+212=601 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.27% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 218 - color contains mainly: red. Hex color #DAABD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAABD4 is #25542B. Grayscale: #BDBDBD. Windows color (decimal): -2446380 or 13937626. OLE color: 13937626.

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

Color convert

RGB218171212-
CMYK00.220.030.15
HSL307.66º38.84%76.27%-
HSV(B)307.66º21.56%85.49%-
XYZ55.3648.7868.79-
YUV189.73140.57148.17-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.27%
GREEN value IS 171 (67.19% from 255) = 28.45%
BLUE value IS 212 (83.20% from 255) = 35.27%
R=36.27%
G=28.45%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817121200.220.030.15307.6638.8476.27
HexDAABD40163F134274c
Octal33225332402631746447114
Binary1101101010101011110101000101101111111001101001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAABD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAABD4; }

 p { color: rgb(218,171,212); }

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

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

 a { background-color: rgb(218,171,212); }

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

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

 span { border-color: rgb(218,171,212); }

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