#DDC7D6

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

Shades of Twilight #DDC7D6

Tints of Twilight #DDC7D6

Color information

#DDC7D6 (or 0xDDC7D6) is unknown color: approx Twilight. HEX triplet: DD, C7 and D6. RGB value is (221,199,214). Sum of RGB (Red+Green+Blue) = 221+199+214=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 214 (83.98% from 255 or 33.75% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7D6 is #223829. Grayscale: #CFCFCF. Windows color (decimal): -2242602 or 14075869. OLE color: 14075869.

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

Color convert

RGB221199214-
CMYK00.100.030.13
HSL319.09º24.44%82.35%-
HSV(B)319.09º9.95%86.67%-
XYZ62.3861.0772.12-
YUV207.29131.79137.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.86%
GREEN value IS 199 (78.12% from 255) = 31.39%
BLUE value IS 214 (83.98% from 255) = 33.75%
R=34.86%
G=31.39%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119921400.100.030.13319.0924.4482.35
HexDDC7D60A3D13f1852
Octal33530732601231547730122
Binary11011101110001111101011001010111101100111111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC7D6; }

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

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

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

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

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

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

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

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