#DCACC9

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

Shades of Twilight #DCACC9

Tints of Twilight #DCACC9

Color information

#DCACC9 (or 0xDCACC9) is unknown color: approx Twilight. HEX triplet: DC, AC and C9. RGB value is (220,172,201). Sum of RGB (Red+Green+Blue) = 220+172+201=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCACC9 is #235336. Grayscale: #BDBDBD. Windows color (decimal): -2315063 or 13216988. OLE color: 13216988.

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

Color convert

RGB220172201-
CMYK00.220.090.14
HSL323.75º40.68%76.86%-
HSV(B)323.75º21.82%86.27%-
XYZ54.8148.9461.82-
YUV189.66134.4149.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.10%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 201 (78.91% from 255) = 33.90%
R=37.10%
G=29.01%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017220100.220.090.14323.7540.6876.86
HexDCACC90169E144294d
Octal334254311026111650451115
Binary110111001010110011001001010110100111101010001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCACC9; }

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

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

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

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

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

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

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

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