#DDC9D7

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

Shades of Twilight #DDC9D7

Tints of Twilight #DDC9D7

Color information

#DDC9D7 (or 0xDDC9D7) is unknown color: approx Twilight. HEX triplet: DD, C9 and D7. RGB value is (221,201,215). Sum of RGB (Red+Green+Blue) = 221+201+215=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC9D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC9D7 is #223628. Grayscale: #D0D0D0. Windows color (decimal): -2242089 or 14141917. OLE color: 14141917.

HSL color Cylindrical-coordinate representation of color #DDC9D7: hue angle of 318º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDC9D7 is Cyan = 0, Magento = 0.09, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB221201215-
CMYK00.090.030.13
HSL318º22.73%82.75%-
HSV(B)318º9.05%86.67%-
XYZ62.9762.0572.95-
YUV208.58131.63136.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.69%
GREEN value IS 201 (78.91% from 255) = 31.55%
BLUE value IS 215 (84.38% from 255) = 33.75%
R=34.69%
G=31.55%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120121500.090.030.1331822.7382.75
HexDDC9D7093D13e1753
Octal33531132701131547627123
Binary11011101110010011101011101001111101100111110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC9D7; }

 p { color: rgb(221,201,215); }

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

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

 a { background-color: rgb(221,201,215); }

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

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

 span { border-color: rgb(221,201,215); }

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