#DDC5D1

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

Shades of Twilight #DDC5D1

Tints of Twilight #DDC5D1

Color information

#DDC5D1 (or 0xDDC5D1) is unknown color: approx Twilight. HEX triplet: DD, C5 and D1. RGB value is (221,197,209). Sum of RGB (Red+Green+Blue) = 221+197+209=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5D1 is #223A2E. Grayscale: #CDCDCD. Windows color (decimal): -2243119 or 13747677. OLE color: 13747677.

HSL color Cylindrical-coordinate representation of color #DDC5D1: hue angle of 330º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDC5D1 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB221197209-
CMYK00.110.050.13
HSL330º26.09%81.96%-
HSV(B)330º10.86%86.67%-
XYZ61.2959.9168.65-
YUV205.54129.95139.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 197 (77.34% from 255) = 31.42%
BLUE value IS 209 (82.03% from 255) = 33.33%
R=35.25%
G=31.42%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119720900.110.050.1333026.0981.96
HexDDC5D10B5D14a1a52
Octal33530532101351551232122
Binary110111011100010111010001010111011101101001010110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5D1; }

 p { color: rgb(221,197,209); }

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

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

 a { background-color: rgb(221,197,209); }

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

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

 span { border-color: rgb(221,197,209); }

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