#DDB9CD

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

Shades of Twilight #DDB9CD

Tints of Twilight #DDB9CD

Color information

#DDB9CD (or 0xDDB9CD) is unknown color: approx Twilight. HEX triplet: DD, B9 and CD. RGB value is (221,185,205). Sum of RGB (Red+Green+Blue) = 221+185+205=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 185 (72.66% from 255 or 30.28% from 611); Blue value is 205 (80.47% from 255 or 33.55% from 611); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB9CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB9CD is #224632. Grayscale: #C6C6C6. Windows color (decimal): -2246195 or 13482461. OLE color: 13482461.

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

Color convert

RGB221185205-
CMYK00.160.070.13
HSL326.67º34.62%79.61%-
HSV(B)326.67º16.29%86.67%-
XYZ58.1954.4865.21-
YUV198.04131.93144.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 185 (72.66% from 255) = 30.28%
BLUE value IS 205 (80.47% from 255) = 33.55%
R=36.17%
G=30.28%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118520500.160.070.13326.6734.6279.61
HexDDB9CD0107D1472350
Octal33527131502071550743120
Binary11011101101110011100110101000011111011010001111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB9CD; }

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

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

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

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

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

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

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

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