#DABBD6

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

Shades of French Lilac #DABBD6

Tints of French Lilac #DABBD6

Color information

#DABBD6 (or 0xDABBD6) is unknown color: approx French Lilac. HEX triplet: DA, BB and D6. RGB value is (218,187,214). Sum of RGB (Red+Green+Blue) = 218+187+214=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 214 (83.98% from 255 or 34.57% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABBD6 is #254429. Grayscale: #C7C7C7. Windows color (decimal): -2442282 or 14072794. OLE color: 14072794.

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

Color convert

RGB218187214-
CMYK00.140.020.15
HSL307.74º29.52%79.41%-
HSV(B)307.74º14.22%85.49%-
XYZ58.8255.371.19-
YUV199.35136.27141.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 187 (73.44% from 255) = 30.21%
BLUE value IS 214 (83.98% from 255) = 34.57%
R=35.22%
G=30.21%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818721400.140.020.15307.7429.5279.41
HexDABBD60E2F1341e4f
Octal33227332601621746436117
Binary11011010101110111101011001110101111100110100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABBD6; }

 p { color: rgb(218,187,214); }

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

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

 a { background-color: rgb(218,187,214); }

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

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

 span { border-color: rgb(218,187,214); }

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