#DDC4D1

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

Shades of Twilight #DDC4D1

Tints of Twilight #DDC4D1

Color information

#DDC4D1 (or 0xDDC4D1) is unknown color: approx Twilight. HEX triplet: DD, C4 and D1. RGB value is (221,196,209). Sum of RGB (Red+Green+Blue) = 221+196+209=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 196 (76.95% from 255 or 31.31% from 626); Blue value is 209 (82.03% from 255 or 33.39% from 626); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4D1 is #223B2E. Grayscale: #CCCCCC. Windows color (decimal): -2243375 or 13747421. OLE color: 13747421.

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

Color convert

RGB221196209-
CMYK00.110.050.13
HSL328.8º26.88%81.76%-
HSV(B)328.8º11.31%86.67%-
XYZ61.0759.4668.58-
YUV204.96130.28139.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 196 (76.95% from 255) = 31.31%
BLUE value IS 209 (82.03% from 255) = 33.39%
R=35.30%
G=31.31%
B=33.39%

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
Decimal22119620900.110.050.13328.826.8881.76
HexDDC4D10B5D1491b52
Octal33530432101351551133122
Binary110111011100010011010001010111011101101001001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4D1; }

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

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

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

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

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

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

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

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