#DDD0D9

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

Shades of Twilight #DDD0D9

Tints of Twilight #DDD0D9

Color information

#DDD0D9 (or 0xDDD0D9) is unknown color: approx Twilight. HEX triplet: DD, D0 and D9. RGB value is (221,208,217). Sum of RGB (Red+Green+Blue) = 221+208+217=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 208 (81.64% from 255 or 32.20% from 646); Blue value is 217 (85.16% from 255 or 33.59% from 646); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0D9 is #222F26. Grayscale: #D4D4D4. Windows color (decimal): -2240295 or 14274781. OLE color: 14274781.

HSL color Cylindrical-coordinate representation of color #DDD0D9: hue angle of 318.46º degrees, saturation: 0.16, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDD0D9 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB221208217-
CMYK00.060.020.13
HSL318.46º16.05%84.12%-
HSV(B)318.46º5.88%86.67%-
XYZ64.965.4974.87-
YUV212.91130.31133.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.21%
GREEN value IS 208 (81.64% from 255) = 32.20%
BLUE value IS 217 (85.16% from 255) = 33.59%
R=34.21%
G=32.20%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120821700.060.020.13318.4616.0584.12
HexDDD0D9062D13e1054
Octal3353203310621547620124
Binary1101110111010000110110010110101101100111110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0D9; }

 p { color: rgb(221,208,217); }

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

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

 a { background-color: rgb(221,208,217); }

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

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

 span { border-color: rgb(221,208,217); }

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