#DABED4

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

Shades of French Lilac #DABED4

Tints of French Lilac #DABED4

Color information

#DABED4 (or 0xDABED4) is unknown color: approx French Lilac. HEX triplet: DA, BE and D4. RGB value is (218,190,212). Sum of RGB (Red+Green+Blue) = 218+190+212=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 212 (83.20% from 255 or 34.19% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DABED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABED4 is #25412B. Grayscale: #C8C8C8. Windows color (decimal): -2441516 or 13942490. OLE color: 13942490.

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

Color convert

RGB218190212-
CMYK00.130.030.15
HSL312.86º27.45%80%-
HSV(B)312.86º12.84%85.49%-
XYZ59.2156.4970.07-
YUV200.88134.28140.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.16%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 212 (83.20% from 255) = 34.19%
R=35.16%
G=30.65%
B=34.19%

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
Decimal21819021200.130.030.15312.8627.4580
HexDABED40D3F1391b50
Octal33227632401531747133120
Binary11011010101111101101010001101111111100111001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABED4; }

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

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

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

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

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

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

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

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