#DDADC7

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

Shades of Twilight #DDADC7

Tints of Twilight #DDADC7

Color information

#DDADC7 (or 0xDDADC7) is unknown color: approx Twilight. HEX triplet: DD, AD and C7. RGB value is (221,173,199). Sum of RGB (Red+Green+Blue) = 221+173+199=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDADC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDADC7 is #225238. Grayscale: #BEBEBE. Windows color (decimal): -2249273 or 13086173. OLE color: 13086173.

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

Color convert

RGB221173199-
CMYK00.220.100.13
HSL327.5º41.38%77.25%-
HSV(B)327.5º21.72%86.67%-
XYZ55.0749.3860.66-
YUV190.32132.9149.89-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 173 (67.97% from 255) = 29.17%
BLUE value IS 199 (78.12% from 255) = 33.56%
R=37.27%
G=29.17%
B=33.56%

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
Decimal22117319900.220.100.13327.541.3877.25
HexDDADC7016AD148294d
Octal335255307026121551051115
Binary110111011010110111000111010110101011011010010001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDADC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDADC7; }

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

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

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

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

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

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

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

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