#DDC5D2

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

Shades of Twilight #DDC5D2

Tints of Twilight #DDC5D2

Color information

#DDC5D2 (or 0xDDC5D2) is unknown color: approx Twilight. HEX triplet: DD, C5 and D2. RGB value is (221,197,210). Sum of RGB (Red+Green+Blue) = 221+197+210=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 197 (77.34% from 255 or 31.37% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC5D2 is #223A2D. Grayscale: #CDCDCD. Windows color (decimal): -2243118 or 13813213. OLE color: 13813213.

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

Color convert

RGB221197210-
CMYK00.110.050.13
HSL327.5º26.09%81.96%-
HSV(B)327.5º10.86%86.67%-
XYZ61.4259.9669.31-
YUV205.66130.45138.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 197 (77.34% from 255) = 31.37%
BLUE value IS 210 (82.42% from 255) = 33.44%
R=35.19%
G=31.37%
B=33.44%

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
Decimal22119721000.110.050.13327.526.0981.96
HexDDC5D20B5D1481a52
Octal33530532201351551032122
Binary110111011100010111010010010111011101101001000110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC5D2; }

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

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

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

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

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

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

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

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