#DCAFCF

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

Shades of French Lilac #DCAFCF

Tints of French Lilac #DCAFCF

Color information

#DCAFCF (or 0xDCAFCF) is unknown color: approx French Lilac. HEX triplet: DC, AF and CF. RGB value is (220,175,207). Sum of RGB (Red+Green+Blue) = 220+175+207=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAFCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCAFCF is #235030. Grayscale: #C0C0C0. Windows color (decimal): -2314289 or 13610972. OLE color: 13610972.

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

Color convert

RGB220175207-
CMYK00.200.060.14
HSL317.33º39.13%77.45%-
HSV(B)317.33º20.45%86.27%-
XYZ56.1150.3865.8-
YUV192.1136.41147.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.54%
GREEN value IS 175 (68.75% from 255) = 29.07%
BLUE value IS 207 (81.25% from 255) = 34.39%
R=36.54%
G=29.07%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017520700.200.060.14317.3339.1377.45
HexDCAFCF0146E13d274d
Octal33425731702461647547115
Binary11011100101011111100111101010011011101001111011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAFCF; }

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

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

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

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

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

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

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

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