#DAACCD

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

Shades of French Lilac #DAACCD

Tints of French Lilac #DAACCD

Color information

#DAACCD (or 0xDAACCD) is unknown color: approx French Lilac. HEX triplet: DA, AC and CD. RGB value is (218,172,205). Sum of RGB (Red+Green+Blue) = 218+172+205=595 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.64% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACCD is #255332. Grayscale: #BDBDBD. Windows color (decimal): -2446131 or 13479130. OLE color: 13479130.

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

Color convert

RGB218172205-
CMYK00.210.060.15
HSL316.96º38.33%76.47%-
HSV(B)316.96º21.1%85.49%-
XYZ54.6948.8264.3-
YUV189.52136.74148.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.64%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=36.64%
G=28.91%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817220500.210.060.15316.9638.3376.47
HexDAACCD0156F13d264c
Octal33225431502561747546114
Binary11011010101011001100110101010111011111001111011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACCD; }

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

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

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

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

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

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

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

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