#DDC2CE

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

Shades of Twilight #DDC2CE

Tints of Twilight #DDC2CE

Color information

#DDC2CE (or 0xDDC2CE) is unknown color: approx Twilight. HEX triplet: DD, C2 and CE. RGB value is (221,194,206). Sum of RGB (Red+Green+Blue) = 221+194+206=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 194 (76.17% from 255 or 31.24% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2CE is #223D31. Grayscale: #CBCBCB. Windows color (decimal): -2243890 or 13550301. OLE color: 13550301.

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

Color convert

RGB221194206-
CMYK00.120.070.13
HSL333.33º28.42%81.37%-
HSV(B)333.33º12.22%86.67%-
XYZ60.2558.4166.49-
YUV203.44129.45140.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 194 (76.17% from 255) = 31.24%
BLUE value IS 206 (80.86% from 255) = 33.17%
R=35.59%
G=31.24%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119420600.120.070.13333.3328.4281.37
HexDDC2CE0C7D14d1c51
Octal33530231601471551534121
Binary110111011100001011001110011001111101101001101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC2CE; }

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

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

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

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

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

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

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

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