#DCACC6

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

Shades of Twilight #DCACC6

Tints of Twilight #DCACC6

Color information

#DCACC6 (or 0xDCACC6) is unknown color: approx Twilight. HEX triplet: DC, AC and C6. RGB value is (220,172,198). Sum of RGB (Red+Green+Blue) = 220+172+198=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACC6 is #235339. Grayscale: #BDBDBD. Windows color (decimal): -2315066 or 13020380. OLE color: 13020380.

HSL color Cylindrical-coordinate representation of color #DCACC6: hue angle of 327.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DCACC6 is Cyan = 0, Magento = 0.22, Yellow = 0.1 and Black (K on CMYK) = 0.14.

Color convert

RGB220172198-
CMYK00.220.10.14
HSL327.5º40.68%76.86%-
HSV(B)327.5º21.82%86.27%-
XYZ54.4648.859.97-
YUV189.32132.9149.89-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.29%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 198 (77.73% from 255) = 33.56%
R=37.29%
G=29.15%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017219800.220.10.14327.540.6876.86
HexDCACC6016AE148294d
Octal334254306026121651051115
Binary110111001010110011000110010110101011101010010001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACC6; }

 p { color: rgb(220,172,198); }

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

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

 a { background-color: rgb(220,172,198); }

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

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

 span { border-color: rgb(220,172,198); }

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