#DDACC9

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

Shades of Twilight #DDACC9

Tints of Twilight #DDACC9

Color information

#DDACC9 (or 0xDDACC9) is unknown color: approx Twilight. HEX triplet: DD, AC and C9. RGB value is (221,172,201). Sum of RGB (Red+Green+Blue) = 221+172+201=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC9 is #225336. Grayscale: #BDBDBD. Windows color (decimal): -2249527 or 13216989. OLE color: 13216989.

HSL color Cylindrical-coordinate representation of color #DDACC9: hue angle of 324.49º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDACC9 is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221172201-
CMYK00.220.090.13
HSL324.49º41.88%77.06%-
HSV(B)324.49º22.17%86.67%-
XYZ55.1149.0961.83-
YUV189.96134.23150.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 201 (78.91% from 255) = 33.84%
R=37.21%
G=28.96%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117220100.220.090.13324.4941.8877.06
HexDDACC90169D1442a4d
Octal335254311026111550452115
Binary110111011010110011001001010110100111011010001001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACC9; }

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

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

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

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

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

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

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

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