#DDD9DE

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

Shades of Titan White #DDD9DE

Tints of Titan White #DDD9DE

Color information

#DDD9DE (or 0xDDD9DE) is unknown color: approx Titan White. HEX triplet: DD, D9 and DE. RGB value is (221,217,222). Sum of RGB (Red+Green+Blue) = 221+217+222=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 217 (85.16% from 255 or 32.88% from 660); Blue value is 222 (87.11% from 255 or 33.64% from 660); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDD9DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9DE is #222621. Grayscale: #DADADA. Windows color (decimal): -2237986 or 14604765. OLE color: 14604765.

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

Color convert

RGB221217222-
CMYK0.000.0200.13
HSL288º7.04%86.08%-
HSV(B)288º2.25%87.06%-
XYZ67.8270.2779.1-
YUV218.77129.83129.59-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 217 (85.16% from 255) = 32.88%
BLUE value IS 222 (87.11% from 255) = 33.64%
R=33.48%
G=32.88%
B=33.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212172220.000.0200.132887.0486.08
HexDDD9DE020D120756
Octal335331336020154407126
Binary110111011101100111011110010011011001000001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9DE; }

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

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

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

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

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

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

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

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