#DACDD7

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

Shades of French Lilac #DACDD7

Tints of French Lilac #DACDD7

Color information

#DACDD7 (or 0xDACDD7) is unknown color: approx French Lilac. HEX triplet: DA, CD and D7. RGB value is (218,205,215). Sum of RGB (Red+Green+Blue) = 218+205+215=638 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.17% from 638); Green value is 205 (80.47% from 255 or 32.13% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDD7 is #253228. Grayscale: #D1D1D1. Windows color (decimal): -2437673 or 14142938. OLE color: 14142938.

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

Color convert

RGB218205215-
CMYK00.060.010.15
HSL313.85º14.94%82.94%-
HSV(B)313.85º5.96%85.49%-
XYZ63.0163.4773.22-
YUV210.03130.81133.69-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.17%
GREEN value IS 205 (80.47% from 255) = 32.13%
BLUE value IS 215 (84.38% from 255) = 33.70%
R=34.17%
G=32.13%
B=33.70%

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
Decimal21820521500.060.010.15313.8514.9482.94
HexDACDD7061F13af53
Octal3323153270611747217123
Binary11011010110011011101011101101111110011101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDD7; }

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

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

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

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

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

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

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

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