#DCAFDB

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

Shades of French Lilac #DCAFDB

Tints of French Lilac #DCAFDB

Color information

#DCAFDB (or 0xDCAFDB) is unknown color: approx French Lilac. HEX triplet: DC, AF and DB. RGB value is (220,175,219). Sum of RGB (Red+Green+Blue) = 220+175+219=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 175 (68.75% from 255 or 28.50% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFDB is #235024. Grayscale: #C1C1C1. Windows color (decimal): -2314277 or 14397404. OLE color: 14397404.

HSL color Cylindrical-coordinate representation of color #DCAFDB: hue angle of 301.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCAFDB is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB220175219-
CMYK00.200.000.14
HSL301.33º39.13%77.45%-
HSV(B)301.33º20.45%86.27%-
XYZ57.6350.9973.82-
YUV193.47142.41146.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.83%
GREEN value IS 175 (68.75% from 255) = 28.50%
BLUE value IS 219 (85.94% from 255) = 35.67%
R=35.83%
G=28.50%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.00
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017521900.200.000.14301.3339.1377.45
HexDCAFDB0140E12d274d
Octal33425733302401645547115
Binary110111001010111111011011010100011101001011011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFDB; }

 p { color: rgb(220,175,219); }

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

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

 a { background-color: rgb(220,175,219); }

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

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

 span { border-color: rgb(220,175,219); }

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