#DABCD3

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

Shades of French Lilac #DABCD3

Tints of French Lilac #DABCD3

Color information

#DABCD3 (or 0xDABCD3) is unknown color: approx French Lilac. HEX triplet: DA, BC and D3. RGB value is (218,188,211). Sum of RGB (Red+Green+Blue) = 218+188+211=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 211 (82.81% from 255 or 34.20% from 617); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABCD3 is #25432C. Grayscale: #C7C7C7. Windows color (decimal): -2442029 or 13876442. OLE color: 13876442.

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

Color convert

RGB218188211-
CMYK00.140.030.15
HSL314º28.85%79.61%-
HSV(B)314º13.76%85.49%-
XYZ58.6555.5869.26-
YUV199.59134.44141.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 188 (73.83% from 255) = 30.47%
BLUE value IS 211 (82.81% from 255) = 34.20%
R=35.33%
G=30.47%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818821100.140.030.1531428.8579.61
HexDABCD30E3F13a1d50
Octal33227432301631747235120
Binary11011010101111001101001101110111111100111010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABCD3; }

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

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

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

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

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

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

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

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