#DDC1CF

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

Shades of Twilight #DDC1CF

Tints of Twilight #DDC1CF

Color information

#DDC1CF (or 0xDDC1CF) is unknown color: approx Twilight. HEX triplet: DD, C1 and CF. RGB value is (221,193,207). Sum of RGB (Red+Green+Blue) = 221+193+207=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 193 (75.78% from 255 or 31.08% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1CF is #223E30. Grayscale: #CACACA. Windows color (decimal): -2244145 or 13615581. OLE color: 13615581.

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

Color convert

RGB221193207-
CMYK00.130.060.13
HSL330º29.17%81.18%-
HSV(B)330º12.67%86.67%-
XYZ60.1558.0267.06-
YUV202.97130.28140.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 193 (75.78% from 255) = 31.08%
BLUE value IS 207 (81.25% from 255) = 33.33%
R=35.59%
G=31.08%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119320700.130.060.1333029.1781.18
HexDDC1CF0D6D14a1d51
Octal33530131701561551235121
Binary110111011100000111001111011011101101101001010111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1CF; }

 p { color: rgb(221,193,207); }

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

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

 a { background-color: rgb(221,193,207); }

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

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

 span { border-color: rgb(221,193,207); }

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