#DDACCA

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

Shades of Twilight #DDACCA

Tints of Twilight #DDACCA

Color information

#DDACCA (or 0xDDACCA) is unknown color: approx Twilight. HEX triplet: DD, AC and CA. RGB value is (221,172,202). Sum of RGB (Red+Green+Blue) = 221+172+202=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DDACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDACCA is #225335. Grayscale: #BDBDBD. Windows color (decimal): -2249526 or 13282525. OLE color: 13282525.

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

Color convert

RGB221172202-
CMYK00.220.090.13
HSL323.27º41.88%77.06%-
HSV(B)323.27º22.17%86.67%-
XYZ55.2349.1462.45-
YUV190.07134.73150.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.14%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 202 (79.30% from 255) = 33.95%
R=37.14%
G=28.91%
B=33.95%

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
Decimal22117220200.220.090.13323.2741.8877.06
HexDDACCA0169D1432a4d
Octal335254312026111550352115
Binary110111011010110011001010010110100111011010000111010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDACCA; }

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

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

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

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

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

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

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

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