#DDACC7

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

Shades of Twilight #DDACC7

Tints of Twilight #DDACC7

Color information

#DDACC7 (or 0xDDACC7) is unknown color: approx Twilight. HEX triplet: DD, AC and C7. RGB value is (221,172,199). Sum of RGB (Red+Green+Blue) = 221+172+199=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 199 (78.12% from 255 or 33.61% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACC7 is #225338. Grayscale: #BDBDBD. Windows color (decimal): -2249529 or 13085917. OLE color: 13085917.

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

Color convert

RGB221172199-
CMYK00.220.100.13
HSL326.94º41.88%77.06%-
HSV(B)326.94º22.17%86.67%-
XYZ54.884960.6-
YUV189.73133.23150.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 172 (67.58% from 255) = 29.05%
BLUE value IS 199 (78.12% from 255) = 33.61%
R=37.33%
G=29.05%
B=33.61%

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
Decimal22117219900.220.100.13326.9441.8877.06
HexDDACC7016AD1472a4d
Octal335254307026121550752115
Binary110111011010110011000111010110101011011010001111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACC7; }

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

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

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

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

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

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

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

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