#DABED3

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

Shades of French Lilac #DABED3

Tints of French Lilac #DABED3

Color information

#DABED3 (or 0xDABED3) is unknown color: approx French Lilac. HEX triplet: DA, BE and D3. RGB value is (218,190,211). Sum of RGB (Red+Green+Blue) = 218+190+211=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 190 (74.61% from 255 or 30.69% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DABED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABED3 is #25412C. Grayscale: #C8C8C8. Windows color (decimal): -2441517 or 13876954. OLE color: 13876954.

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

Color convert

RGB218190211-
CMYK00.130.030.15
HSL315º27.45%80%-
HSV(B)315º12.84%85.49%-
XYZ59.0856.4469.41-
YUV200.77133.78140.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 190 (74.61% from 255) = 30.69%
BLUE value IS 211 (82.81% from 255) = 34.09%
R=35.22%
G=30.69%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819021100.130.030.1531527.4580
HexDABED30D3F13b1b50
Octal33227632301531747333120
Binary11011010101111101101001101101111111100111011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABED3; }

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

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

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

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

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

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

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

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