#DDC2D0

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

Shades of Twilight #DDC2D0

Tints of Twilight #DDC2D0

Color information

#DDC2D0 (or 0xDDC2D0) is unknown color: approx Twilight. HEX triplet: DD, C2 and D0. RGB value is (221,194,208). Sum of RGB (Red+Green+Blue) = 221+194+208=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 194 (76.17% from 255 or 31.14% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2D0 is #223D2F. Grayscale: #CBCBCB. Windows color (decimal): -2243888 or 13681373. OLE color: 13681373.

HSL color Cylindrical-coordinate representation of color #DDC2D0: hue angle of 328.89º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC2D0 is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB221194208-
CMYK00.120.060.13
HSL328.89º28.42%81.37%-
HSV(B)328.89º12.22%86.67%-
XYZ60.558.5167.78-
YUV203.67130.45140.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 194 (76.17% from 255) = 31.14%
BLUE value IS 208 (81.64% from 255) = 33.39%
R=35.47%
G=31.14%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119420800.120.060.13328.8928.4281.37
HexDDC2D00C6D1491c51
Octal33530232001461551134121
Binary110111011100001011010000011001101101101001001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC2D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC2D0; }

 p { color: rgb(221,194,208); }

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

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

 a { background-color: rgb(221,194,208); }

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

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

 span { border-color: rgb(221,194,208); }

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