#DDACCC

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

Shades of Twilight #DDACCC

Tints of Twilight #DDACCC

Color information

#DDACCC (or 0xDDACCC) is unknown color: approx Twilight. HEX triplet: DD, AC and CC. RGB value is (221,172,204). Sum of RGB (Red+Green+Blue) = 221+172+204=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACCC is #225333. Grayscale: #BEBEBE. Windows color (decimal): -2249524 or 13413597. OLE color: 13413597.

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

Color convert

RGB221172204-
CMYK00.220.080.13
HSL320.82º41.88%77.06%-
HSV(B)320.82º22.17%86.67%-
XYZ55.4749.2463.71-
YUV190.3135.73149.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 204 (80.08% from 255) = 34.17%
R=37.02%
G=28.81%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117220400.220.080.13320.8241.8877.06
HexDDACCC0168D1412a4d
Octal335254314026101550152115
Binary110111011010110011001100010110100011011010000011010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACCC; }

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

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

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

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

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

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

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

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