#DDADC5

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

Shades of Twilight #DDADC5

Tints of Twilight #DDADC5

Color information

#DDADC5 (or 0xDDADC5) is unknown color: approx Twilight. HEX triplet: DD, AD and C5. RGB value is (221,173,197). Sum of RGB (Red+Green+Blue) = 221+173+197=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 197 (77.34% from 255 or 33.33% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADC5 is #22523A. Grayscale: #BEBEBE. Windows color (decimal): -2249275 or 12955101. OLE color: 12955101.

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

Color convert

RGB221173197-
CMYK00.220.110.13
HSL330º41.38%77.25%-
HSV(B)330º21.72%86.67%-
XYZ54.8449.2959.45-
YUV190.09131.9150.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 173 (67.97% from 255) = 29.27%
BLUE value IS 197 (77.34% from 255) = 33.33%
R=37.39%
G=29.27%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.11
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117319700.220.110.1333041.3877.25
HexDDADC5016BD14a294d
Octal335255305026131551251115
Binary110111011010110111000101010110101111011010010101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADC5; }

 p { color: rgb(221,173,197); }

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

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

 a { background-color: rgb(221,173,197); }

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

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

 span { border-color: rgb(221,173,197); }

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