#DABED5

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

Shades of French Lilac #DABED5

Tints of French Lilac #DABED5

Color information

#DABED5 (or 0xDABED5) is unknown color: approx French Lilac. HEX triplet: DA, BE and D5. RGB value is (218,190,213). Sum of RGB (Red+Green+Blue) = 218+190+213=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 213 (83.59% from 255 or 34.30% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DABED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABED5 is #25412A. Grayscale: #C8C8C8. Windows color (decimal): -2441515 or 14008026. OLE color: 14008026.

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

Color convert

RGB218190213-
CMYK00.130.020.15
HSL310.71º27.45%80%-
HSV(B)310.71º12.84%85.49%-
XYZ59.3456.5470.74-
YUV200.99134.78140.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 190 (74.61% from 255) = 30.60%
BLUE value IS 213 (83.59% from 255) = 34.30%
R=35.10%
G=30.60%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819021300.130.020.15310.7127.4580
HexDABED50D2F1371b50
Octal33227632501521746733120
Binary11011010101111101101010101101101111100110111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABED5; }

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

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

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

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

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

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

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

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