#DCAFD0

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

Shades of French Lilac #DCAFD0

Tints of French Lilac #DCAFD0

Color information

#DCAFD0 (or 0xDCAFD0) is unknown color: approx French Lilac. HEX triplet: DC, AF and D0. RGB value is (220,175,208). Sum of RGB (Red+Green+Blue) = 220+175+208=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFD0 is #23502F. Grayscale: #C0C0C0. Windows color (decimal): -2314288 or 13676508. OLE color: 13676508.

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

Color convert

RGB220175208-
CMYK00.200.050.14
HSL316º39.13%77.45%-
HSV(B)316º20.45%86.27%-
XYZ56.2350.4366.44-
YUV192.22136.91147.82-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 208 (81.64% from 255) = 34.49%
R=36.48%
G=29.02%
B=34.49%

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
Decimal22017520800.200.050.1431639.1377.45
HexDCAFD00145E13c274d
Octal33425732002451647447115
Binary11011100101011111101000001010010111101001111001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFD0; }

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

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

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

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

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

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

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

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