#DDABC9

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

Shades of Twilight #DDABC9

Tints of Twilight #DDABC9

Color information

#DDABC9 (or 0xDDABC9) is unknown color: approx Twilight. HEX triplet: DD, AB and C9. RGB value is (221,171,201). Sum of RGB (Red+Green+Blue) = 221+171+201=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDABC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDABC9 is #225436. Grayscale: #BDBDBD. Windows color (decimal): -2249783 or 13216733. OLE color: 13216733.

HSL color Cylindrical-coordinate representation of color #DDABC9: hue angle of 324º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDABC9 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB221171201-
CMYK00.230.090.13
HSL324º42.37%76.86%-
HSV(B)324º22.62%86.67%-
XYZ54.9248.7261.77-
YUV189.37134.56150.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 201 (78.91% from 255) = 33.90%
R=37.27%
G=28.84%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117120100.230.090.1332442.3776.86
HexDDABC90179D1442a4d
Octal335253311027111550452115
Binary110111011010101111001001010111100111011010001001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDABC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDABC9; }

 p { color: rgb(221,171,201); }

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

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

 a { background-color: rgb(221,171,201); }

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

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

 span { border-color: rgb(221,171,201); }

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