#DDC4D3

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

Shades of Twilight #DDC4D3

Tints of Twilight #DDC4D3

Color information

#DDC4D3 (or 0xDDC4D3) is unknown color: approx Twilight. HEX triplet: DD, C4 and D3. RGB value is (221,196,211). Sum of RGB (Red+Green+Blue) = 221+196+211=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 211 (82.81% from 255 or 33.60% from 628); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4D3 is #223B2C. Grayscale: #CDCDCD. Windows color (decimal): -2243373 or 13878493. OLE color: 13878493.

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

Color convert

RGB221196211-
CMYK00.110.050.13
HSL324º26.88%81.76%-
HSV(B)324º11.31%86.67%-
XYZ61.3259.5669.89-
YUV205.18131.28139.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 196 (76.95% from 255) = 31.21%
BLUE value IS 211 (82.81% from 255) = 33.60%
R=35.19%
G=31.21%
B=33.60%

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
Decimal22119621100.110.050.1332426.8881.76
HexDDC4D30B5D1441b52
Octal33530432301351550433122
Binary110111011100010011010011010111011101101000100110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC4D3; }

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

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

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

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

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

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

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

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