#DAACCF

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

Shades of French Lilac #DAACCF

Tints of French Lilac #DAACCF

Color information

#DAACCF (or 0xDAACCF) is unknown color: approx French Lilac. HEX triplet: DA, AC and CF. RGB value is (218,172,207). Sum of RGB (Red+Green+Blue) = 218+172+207=597 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.52% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 207 (81.25% from 255 or 34.67% from 597); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACCF is #255330. Grayscale: #BDBDBD. Windows color (decimal): -2446129 or 13610202. OLE color: 13610202.

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

Color convert

RGB218172207-
CMYK00.210.050.15
HSL314.35º38.33%76.47%-
HSV(B)314.35º21.1%85.49%-
XYZ54.9348.9265.58-
YUV189.74137.74148.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.52%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 207 (81.25% from 255) = 34.67%
R=36.52%
G=28.81%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21817220700.210.050.15314.3538.3376.47
HexDAACCF0155F13a264c
Octal33225431702551747246114
Binary11011010101011001100111101010110111111001110101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAACCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAACCF; }

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

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

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

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

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

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

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

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