#DDC4CE

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

Shades of Twilight #DDC4CE

Tints of Twilight #DDC4CE

Color information

#DDC4CE (or 0xDDC4CE) is unknown color: approx Twilight. HEX triplet: DD, C4 and CE. RGB value is (221,196,206). Sum of RGB (Red+Green+Blue) = 221+196+206=623 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.47% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4CE is #223B31. Grayscale: #CCCCCC. Windows color (decimal): -2243378 or 13550813. OLE color: 13550813.

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

Color convert

RGB221196206-
CMYK00.110.070.13
HSL336º26.88%81.76%-
HSV(B)336º11.31%86.67%-
XYZ60.759.3166.64-
YUV204.61128.78139.69-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.47%
GREEN value IS 196 (76.95% from 255) = 31.46%
BLUE value IS 206 (80.86% from 255) = 33.07%
R=35.47%
G=31.46%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119620600.110.070.1333626.8881.76
HexDDC4CE0B7D1501b52
Octal33530431601371552033122
Binary110111011100010011001110010111111101101010000110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4CE; }

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

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

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

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

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

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

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

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