#DABED7

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

Shades of French Lilac #DABED7

Tints of French Lilac #DABED7

Color information

#DABED7 (or 0xDABED7) is unknown color: approx French Lilac. HEX triplet: DA, BE and D7. RGB value is (218,190,215). Sum of RGB (Red+Green+Blue) = 218+190+215=623 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.99% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 215 (84.38% from 255 or 34.51% from 623); Max value from RGB is 218 - color contains mainly: red. Hex color #DABED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABED7 is #254128. Grayscale: #C9C9C9. Windows color (decimal): -2441513 or 14139098. OLE color: 14139098.

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

Color convert

RGB218190215-
CMYK00.130.010.15
HSL306.43º27.45%80%-
HSV(B)306.43º12.84%85.49%-
XYZ59.5956.6472.08-
YUV201.22135.78139.97-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.99%
GREEN value IS 190 (74.61% from 255) = 30.50%
BLUE value IS 215 (84.38% from 255) = 34.51%
R=34.99%
G=30.50%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819021500.130.010.15306.4327.4580
HexDABED70D1F1321b50
Octal33227632701511746233120
Binary1101101010111110110101110110111111100110010110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABED7; }

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

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

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

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

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

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

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

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