#DDC5D5

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

Shades of Twilight #DDC5D5

Tints of Twilight #DDC5D5

Color information

#DDC5D5 (or 0xDDC5D5) is unknown color: approx Twilight. HEX triplet: DD, C5 and D5. RGB value is (221,197,213). Sum of RGB (Red+Green+Blue) = 221+197+213=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 197 (77.34% from 255 or 31.22% from 631); Blue value is 213 (83.59% from 255 or 33.76% from 631); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5D5 is #223A2A. Grayscale: #CDCDCD. Windows color (decimal): -2243115 or 14009821. OLE color: 14009821.

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

Color convert

RGB221197213-
CMYK00.110.040.13
HSL320º26.09%81.96%-
HSV(B)320º10.86%86.67%-
XYZ61.860.1171.3-
YUV206131.95138.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.02%
GREEN value IS 197 (77.34% from 255) = 31.22%
BLUE value IS 213 (83.59% from 255) = 33.76%
R=35.02%
G=31.22%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119721300.110.040.1332026.0981.96
HexDDC5D50B4D1401a52
Octal33530532501341550032122
Binary110111011100010111010101010111001101101000000110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5D5; }

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

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

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

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

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

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

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

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