#DDAEC6

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

Shades of Twilight #DDAEC6

Tints of Twilight #DDAEC6

Color information

#DDAEC6 (or 0xDDAEC6) is unknown color: approx Twilight. HEX triplet: DD, AE and C6. RGB value is (221,174,198). Sum of RGB (Red+Green+Blue) = 221+174+198=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAEC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAEC6 is #225139. Grayscale: #BEBEBE. Windows color (decimal): -2249018 or 13020893. OLE color: 13020893.

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

Color convert

RGB221174198-
CMYK00.210.100.13
HSL329.36º40.87%77.45%-
HSV(B)329.36º21.27%86.67%-
XYZ55.1549.7260.12-
YUV190.79132.07149.55-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 198 (77.73% from 255) = 33.39%
R=37.27%
G=29.34%
B=33.39%

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
Decimal22117419800.210.100.13329.3640.8777.45
HexDDAEC6015AD149294d
Octal335256306025121551151115
Binary110111011010111011000110010101101011011010010011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAEC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAEC6; }

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

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

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

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

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

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

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

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