#DDD9E0

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

Shades of Titan White #DDD9E0

Tints of Titan White #DDD9E0

Color information

#DDD9E0 (or 0xDDD9E0) is unknown color: approx Titan White. HEX triplet: DD, D9 and E0. RGB value is (221,217,224). Sum of RGB (Red+Green+Blue) = 221+217+224=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 217 (85.16% from 255 or 32.78% from 662); Blue value is 224 (87.89% from 255 or 33.84% from 662); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDD9E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD9E0 is #22261F. Grayscale: #DADADA. Windows color (decimal): -2237984 or 14735837. OLE color: 14735837.

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

Color convert

RGB221217224-
CMYK0.010.0300.12
HSL274.29º10.14%86.47%-
HSV(B)274.29º3.12%87.84%-
XYZ68.0970.3880.52-
YUV218.99130.83129.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.38%
GREEN value IS 217 (85.16% from 255) = 32.78%
BLUE value IS 224 (87.89% from 255) = 33.84%
R=33.38%
G=32.78%
B=33.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2212172240.010.0300.12274.2910.1486.47
HexDDD9E0130C112a56
Octal3353313401301442212126
Binary1101110111011001111000001110110010001001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD9E0; }

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

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

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

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

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

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

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

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