#DCACC7

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

Shades of Twilight #DCACC7

Tints of Twilight #DCACC7

Color information

#DCACC7 (or 0xDCACC7) is unknown color: approx Twilight. HEX triplet: DC, AC and C7. RGB value is (220,172,199). Sum of RGB (Red+Green+Blue) = 220+172+199=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACC7 is #235338. Grayscale: #BDBDBD. Windows color (decimal): -2315065 or 13085916. OLE color: 13085916.

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

Color convert

RGB220172199-
CMYK00.220.100.14
HSL326.25º40.68%76.86%-
HSV(B)326.25º21.82%86.27%-
XYZ54.5848.8460.58-
YUV189.43133.4149.8-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.23%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 199 (78.12% from 255) = 33.67%
R=37.23%
G=29.10%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017219900.220.100.14326.2540.6876.86
HexDCACC7016AE146294d
Octal334254307026121650651115
Binary110111001010110011000111010110101011101010001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACC7; }

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

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

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

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

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

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

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

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