#DAC3D5

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

Shades of French Lilac #DAC3D5

Tints of French Lilac #DAC3D5

Color information

#DAC3D5 (or 0xDAC3D5) is unknown color: approx French Lilac. HEX triplet: DA, C3 and D5. RGB value is (218,195,213). Sum of RGB (Red+Green+Blue) = 218+195+213=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 195 (76.56% from 255 or 31.15% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC3D5 is #253C2A. Grayscale: #CBCBCB. Windows color (decimal): -2440235 or 14009306. OLE color: 14009306.

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

Color convert

RGB218195213-
CMYK00.110.020.15
HSL313.04º23.71%80.98%-
HSV(B)313.04º10.55%85.49%-
XYZ60.4458.7471.1-
YUV203.93133.12138.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.82%
GREEN value IS 195 (76.56% from 255) = 31.15%
BLUE value IS 213 (83.59% from 255) = 34.03%
R=34.82%
G=31.15%
B=34.03%

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
Decimal21819521300.110.020.15313.0423.7180.98
HexDAC3D50B2F1391851
Octal33230332501321747130121
Binary11011010110000111101010101011101111100111001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC3D5; }

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

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

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

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

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

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

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

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