#DABCD2

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

Shades of French Lilac #DABCD2

Tints of French Lilac #DABCD2

Color information

#DABCD2 (or 0xDABCD2) is unknown color: approx French Lilac. HEX triplet: DA, BC and D2. RGB value is (218,188,210). Sum of RGB (Red+Green+Blue) = 218+188+210=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCD2 is #25432D. Grayscale: #C7C7C7. Windows color (decimal): -2442030 or 13810906. OLE color: 13810906.

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

Color convert

RGB218188210-
CMYK00.140.040.15
HSL316º28.85%79.61%-
HSV(B)316º13.76%85.49%-
XYZ58.5355.5368.61-
YUV199.48133.94141.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.39%
GREEN value IS 188 (73.83% from 255) = 30.52%
BLUE value IS 210 (82.42% from 255) = 34.09%
R=35.39%
G=30.52%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818821000.140.040.1531628.8579.61
HexDABCD20E4F13c1d50
Octal33227432201641747435120
Binary110110101011110011010010011101001111100111100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCD2; }

 p { color: rgb(218,188,210); }

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

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

 a { background-color: rgb(218,188,210); }

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

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

 span { border-color: rgb(218,188,210); }

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