#DAC3D6

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

Shades of French Lilac #DAC3D6

Tints of French Lilac #DAC3D6

Color information

#DAC3D6 (or 0xDAC3D6) is unknown color: approx French Lilac. HEX triplet: DA, C3 and D6. RGB value is (218,195,214). Sum of RGB (Red+Green+Blue) = 218+195+214=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 195 (76.56% from 255 or 31.10% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3D6 is #253C29. Grayscale: #CBCBCB. Windows color (decimal): -2440234 or 14074842. OLE color: 14074842.

HSL color Cylindrical-coordinate representation of color #DAC3D6: hue angle of 310.43º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAC3D6 is Cyan = 0, Magento = 0.11, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB218195214-
CMYK00.110.020.15
HSL310.43º23.71%80.98%-
HSV(B)310.43º10.55%85.49%-
XYZ60.5758.7971.77-
YUV204.04133.62137.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.77%
GREEN value IS 195 (76.56% from 255) = 31.10%
BLUE value IS 214 (83.98% from 255) = 34.13%
R=34.77%
G=31.10%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819521400.110.020.15310.4323.7180.98
HexDAC3D60B2F1361851
Octal33230332601321746630121
Binary11011010110000111101011001011101111100110110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC3D6; }

 p { color: rgb(218,195,214); }

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

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

 a { background-color: rgb(218,195,214); }

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

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

 span { border-color: rgb(218,195,214); }

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