#DCAFD1

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

Shades of French Lilac #DCAFD1

Tints of French Lilac #DCAFD1

Color information

#DCAFD1 (or 0xDCAFD1) is unknown color: approx French Lilac. HEX triplet: DC, AF and D1. RGB value is (220,175,209). Sum of RGB (Red+Green+Blue) = 220+175+209=604 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.42% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFD1 is #23502E. Grayscale: #C0C0C0. Windows color (decimal): -2314287 or 13742044. OLE color: 13742044.

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

Color convert

RGB220175209-
CMYK00.200.050.14
HSL314.67º39.13%77.45%-
HSV(B)314.67º20.45%86.27%-
XYZ56.3550.4867.09-
YUV192.33137.41147.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.42%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=36.42%
G=28.97%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017520900.200.050.14314.6739.1377.45
HexDCAFD10145E13b274d
Octal33425732102451647347115
Binary11011100101011111101000101010010111101001110111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFD1; }

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

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

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

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

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

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

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

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