#DDAEC7

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

Shades of Twilight #DDAEC7

Tints of Twilight #DDAEC7

Color information

#DDAEC7 (or 0xDDAEC7) is unknown color: approx Twilight. HEX triplet: DD, AE and C7. RGB value is (221,174,199). Sum of RGB (Red+Green+Blue) = 221+174+199=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEC7 is #225138. Grayscale: #BEBEBE. Windows color (decimal): -2249017 or 13086429. OLE color: 13086429.

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

Color convert

RGB221174199-
CMYK00.210.100.13
HSL328.09º40.87%77.45%-
HSV(B)328.09º21.27%86.67%-
XYZ55.2649.7760.73-
YUV190.9132.57149.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 174 (68.36% from 255) = 29.29%
BLUE value IS 199 (78.12% from 255) = 33.50%
R=37.21%
G=29.29%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117419900.210.100.13328.0940.8777.45
HexDDAEC7015AD148294d
Octal335256307025121551051115
Binary110111011010111011000111010101101011011010010001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEC7; }

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

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

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

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

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

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

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

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