#DACED7

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

Shades of French Lilac #DACED7

Tints of French Lilac #DACED7

Color information

#DACED7 (or 0xDACED7) is unknown color: approx French Lilac. HEX triplet: DA, CE and D7. RGB value is (218,206,215). Sum of RGB (Red+Green+Blue) = 218+206+215=639 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.12% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 218 - color contains mainly: red. Hex color #DACED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACED7 is #253128. Grayscale: #D2D2D2. Windows color (decimal): -2437417 or 14143194. OLE color: 14143194.

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

Color convert

RGB218206215-
CMYK00.060.010.15
HSL315º13.95%83.14%-
HSV(B)315º5.5%85.49%-
XYZ63.2563.9573.3-
YUV210.61130.48133.27-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.12%
GREEN value IS 206 (80.86% from 255) = 32.24%
BLUE value IS 215 (84.38% from 255) = 33.65%
R=34.12%
G=32.24%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820621500.060.010.1531513.9583.14
HexDACED7061F13be53
Octal3323163270611747316123
Binary11011010110011101101011101101111110011101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACED7; }

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

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

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

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

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

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

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

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