#DDD9DF

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

Shades of Titan White #DDD9DF

Tints of Titan White #DDD9DF

Color information

#DDD9DF (or 0xDDD9DF) is unknown color: approx Titan White. HEX triplet: DD, D9 and DF. RGB value is (221,217,223). Sum of RGB (Red+Green+Blue) = 221+217+223=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 217 (85.16% from 255 or 32.83% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDD9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9DF is #222620. Grayscale: #DADADA. Windows color (decimal): -2237985 or 14670301. OLE color: 14670301.

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

Color convert

RGB221217223-
CMYK0.010.0300.13
HSL280º8.57%86.27%-
HSV(B)280º2.69%87.45%-
XYZ67.9570.3379.8-
YUV218.88130.33129.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.43%
GREEN value IS 217 (85.16% from 255) = 32.83%
BLUE value IS 223 (87.5% from 255) = 33.74%
R=33.43%
G=32.83%
B=33.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212172230.010.0300.132808.5786.27
HexDDD9DF130D118956
Octal3353313371301543011126
Binary1101110111011001110111111110110110001100010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9DF; }

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

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

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

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

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

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

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

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