#DDBAC9

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

Shades of Twilight #DDBAC9

Tints of Twilight #DDBAC9

Color information

#DDBAC9 (or 0xDDBAC9) is unknown color: approx Twilight. HEX triplet: DD, BA and C9. RGB value is (221,186,201). Sum of RGB (Red+Green+Blue) = 221+186+201=608 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.35% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 201 (78.91% from 255 or 33.06% from 608); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAC9 is #224536. Grayscale: #C6C6C6. Windows color (decimal): -2245943 or 13220573. OLE color: 13220573.

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

Color convert

RGB221186201-
CMYK00.160.090.13
HSL334.29º33.98%79.8%-
HSV(B)334.29º15.84%86.67%-
XYZ57.9254.7162.77-
YUV198.17129.6144.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.35%
GREEN value IS 186 (73.05% from 255) = 30.59%
BLUE value IS 201 (78.91% from 255) = 33.06%
R=36.35%
G=30.59%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118620100.160.090.13334.2933.9879.8
HexDDBAC90109D14e2250
Octal335272311020111551642120
Binary110111011011101011001001010000100111011010011101000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBAC9; }

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

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

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

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

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

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

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

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