#DDAECD

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

Shades of Twilight #DDAECD

Tints of Twilight #DDAECD

Color information

#DDAECD (or 0xDDAECD) is unknown color: approx Twilight. HEX triplet: DD, AE and CD. RGB value is (221,174,205). Sum of RGB (Red+Green+Blue) = 221+174+205=600 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.83% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAECD is #225132. Grayscale: #BFBFBF. Windows color (decimal): -2249011 or 13479645. OLE color: 13479645.

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

Color convert

RGB221174205-
CMYK00.210.070.13
HSL320.43º40.87%77.45%-
HSV(B)320.43º21.27%86.67%-
XYZ55.9750.0564.47-
YUV191.59135.57148.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.83%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 205 (80.47% from 255) = 34.17%
R=36.83%
G=29%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117420500.210.070.13320.4340.8777.45
HexDDAECD0157D140294d
Octal33525631502571550051115
Binary11011101101011101100110101010111111011010000001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAECD; }

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

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

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

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

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

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

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

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