#DABCD7

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

Shades of French Lilac #DABCD7

Tints of French Lilac #DABCD7

Color information

#DABCD7 (or 0xDABCD7) is unknown color: approx French Lilac. HEX triplet: DA, BC and D7. RGB value is (218,188,215). Sum of RGB (Red+Green+Blue) = 218+188+215=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 188 (73.83% from 255 or 30.27% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCD7 is #254328. Grayscale: #C7C7C7. Windows color (decimal): -2442025 or 14138586. OLE color: 14138586.

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

Color convert

RGB218188215-
CMYK00.140.010.15
HSL306º28.85%79.61%-
HSV(B)306º13.76%85.49%-
XYZ59.1655.7871.94-
YUV200.05136.44140.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 188 (73.83% from 255) = 30.27%
BLUE value IS 215 (84.38% from 255) = 34.62%
R=35.10%
G=30.27%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818821500.140.010.1530628.8579.61
HexDABCD70E1F1321d50
Octal33227432701611746235120
Binary1101101010111100110101110111011111100110010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCD7; }

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

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

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

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

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

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

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

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