#DDAECB

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

Shades of Twilight #DDAECB

Tints of Twilight #DDAECB

Color information

#DDAECB (or 0xDDAECB) is unknown color: approx Twilight. HEX triplet: DD, AE and CB. RGB value is (221,174,203). Sum of RGB (Red+Green+Blue) = 221+174+203=598 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.96% from 598); Green value is 174 (68.36% from 255 or 29.10% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDAECB is #225134. Grayscale: #BFBFBF. Windows color (decimal): -2249013 or 13348573. OLE color: 13348573.

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

Color convert

RGB221174203-
CMYK00.210.080.13
HSL322.98º40.87%77.45%-
HSV(B)322.98º21.27%86.67%-
XYZ55.7349.9663.2-
YUV191.36134.57149.14-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.96%
GREEN value IS 174 (68.36% from 255) = 29.10%
BLUE value IS 203 (79.69% from 255) = 33.95%
R=36.96%
G=29.10%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117420300.210.080.13322.9840.8777.45
HexDDAECB0158D143294d
Octal335256313025101550351115
Binary110111011010111011001011010101100011011010000111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAECB; }

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

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

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

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

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

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

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

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