#DDACC6

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

Shades of Twilight #DDACC6

Tints of Twilight #DDACC6

Color information

#DDACC6 (or 0xDDACC6) is unknown color: approx Twilight. HEX triplet: DD, AC and C6. RGB value is (221,172,198). Sum of RGB (Red+Green+Blue) = 221+172+198=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC6 is #225339. Grayscale: #BDBDBD. Windows color (decimal): -2249530 or 13020381. OLE color: 13020381.

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

Color convert

RGB221172198-
CMYK00.220.100.13
HSL328.16º41.88%77.06%-
HSV(B)328.16º22.17%86.67%-
XYZ54.7648.9559.99-
YUV189.62132.73150.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 198 (77.73% from 255) = 33.50%
R=37.39%
G=29.10%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117219800.220.100.13328.1641.8877.06
HexDDACC6016AD1482a4d
Octal335254306026121551052115
Binary110111011010110011000110010110101011011010010001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACC6; }

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

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

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

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

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

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

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

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