#DDC7D4

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

Shades of Twilight #DDC7D4

Tints of Twilight #DDC7D4

Color information

#DDC7D4 (or 0xDDC7D4) is unknown color: approx Twilight. HEX triplet: DD, C7 and D4. RGB value is (221,199,212). Sum of RGB (Red+Green+Blue) = 221+199+212=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 212 (83.20% from 255 or 33.54% from 632); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7D4 is #22382B. Grayscale: #CFCFCF. Windows color (decimal): -2242604 or 13944797. OLE color: 13944797.

HSL color Cylindrical-coordinate representation of color #DDC7D4: hue angle of 324.55º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC7D4 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB221199212-
CMYK00.100.040.13
HSL324.55º24.44%82.35%-
HSV(B)324.55º9.95%86.67%-
XYZ62.1360.9770.78-
YUV207.06130.79137.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.97%
GREEN value IS 199 (78.12% from 255) = 31.49%
BLUE value IS 212 (83.20% from 255) = 33.54%
R=34.97%
G=31.49%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119921200.100.040.13324.5524.4482.35
HexDDC7D40A4D1451852
Octal33530732401241550530122
Binary110111011100011111010100010101001101101000101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7D4; }

 p { color: rgb(221,199,212); }

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

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

 a { background-color: rgb(221,199,212); }

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

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

 span { border-color: rgb(221,199,212); }

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