#DAC4D4

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

Shades of French Lilac #DAC4D4

Tints of French Lilac #DAC4D4

Color information

#DAC4D4 (or 0xDAC4D4) is unknown color: approx French Lilac. HEX triplet: DA, C4 and D4. RGB value is (218,196,212). Sum of RGB (Red+Green+Blue) = 218+196+212=626 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.82% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC4D4 is #253B2B. Grayscale: #CCCCCC. Windows color (decimal): -2439980 or 13944026. OLE color: 13944026.

HSL color Cylindrical-coordinate representation of color #DAC4D4: hue angle of 316.36º degrees, saturation: 0.23, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAC4D4 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB218196212-
CMYK00.100.030.15
HSL316.36º22.92%81.18%-
HSV(B)316.36º10.09%85.49%-
XYZ60.5459.1470.51-
YUV204.4132.29137.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.82%
GREEN value IS 196 (76.95% from 255) = 31.31%
BLUE value IS 212 (83.20% from 255) = 33.87%
R=34.82%
G=31.31%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21819621200.100.030.15316.3622.9281.18
HexDAC4D40A3F13c1751
Octal33230432401231747427121
Binary11011010110001001101010001010111111100111100101111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAC4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAC4D4; }

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

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

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

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

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

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

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

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