#DAB0CD

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

Shades of French Lilac #DAB0CD

Tints of French Lilac #DAB0CD

Color information

#DAB0CD (or 0xDAB0CD) is unknown color: approx French Lilac. HEX triplet: DA, B0 and CD. RGB value is (218,176,205). Sum of RGB (Red+Green+Blue) = 218+176+205=599 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.39% from 599); Green value is 176 (69.14% from 255 or 29.38% from 599); Blue value is 205 (80.47% from 255 or 34.22% from 599); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0CD is #254F32. Grayscale: #BFBFBF. Windows color (decimal): -2445107 or 13480154. OLE color: 13480154.

HSL color Cylindrical-coordinate representation of color #DAB0CD: hue angle of 318.57º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB0CD is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB218176205-
CMYK00.190.060.15
HSL318.57º36.21%77.25%-
HSV(B)318.57º19.27%85.49%-
XYZ55.4650.3664.56-
YUV191.86135.41146.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.39%
GREEN value IS 176 (69.14% from 255) = 29.38%
BLUE value IS 205 (80.47% from 255) = 34.22%
R=36.39%
G=29.38%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817620500.190.060.15318.5736.2177.25
HexDAB0CD0136F13f244d
Octal33226031502361747744115
Binary11011010101100001100110101001111011111001111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAB0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAB0CD; }

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

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

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

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

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

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

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

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