#DDAEC9

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

Shades of Twilight #DDAEC9

Tints of Twilight #DDAEC9

Color information

#DDAEC9 (or 0xDDAEC9) is unknown color: approx Twilight. HEX triplet: DD, AE and C9. RGB value is (221,174,201). Sum of RGB (Red+Green+Blue) = 221+174+201=596 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.08% from 596); Green value is 174 (68.36% from 255 or 29.19% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEC9 is #225136. Grayscale: #BFBFBF. Windows color (decimal): -2249015 or 13217501. OLE color: 13217501.

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

Color convert

RGB221174201-
CMYK00.210.090.13
HSL325.53º40.87%77.45%-
HSV(B)325.53º21.27%86.67%-
XYZ55.549.8661.96-
YUV191.13133.57149.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.08%
GREEN value IS 174 (68.36% from 255) = 29.19%
BLUE value IS 201 (78.91% from 255) = 33.72%
R=37.08%
G=29.19%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117420100.210.090.13325.5340.8777.45
HexDDAEC90159D146294d
Octal335256311025111550651115
Binary110111011010111011001001010101100111011010001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEC9; }

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

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

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

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

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

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

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

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