#DDD4E5

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

Shades of Titan White #DDD4E5

Tints of Titan White #DDD4E5

Color information

#DDD4E5 (or 0xDDD4E5) is unknown color: approx Titan White. HEX triplet: DD, D4 and E5. RGB value is (221,212,229). Sum of RGB (Red+Green+Blue) = 221+212+229=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 212 (83.20% from 255 or 32.02% from 662); Blue value is 229 (89.84% from 255 or 34.59% from 662); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDD4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD4E5 is #222B1A. Grayscale: #D8D8D8. Windows color (decimal): -2239259 or 15062237. OLE color: 15062237.

HSL color Cylindrical-coordinate representation of color #DDD4E5: hue angle of 271.76º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDD4E5 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221212229-
CMYK0.030.0700.10
HSL271.76º24.64%86.47%-
HSV(B)271.76º7.42%89.8%-
XYZ67.5168.1283.72-
YUV216.63134.98131.12-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.38%
GREEN value IS 212 (83.20% from 255) = 32.02%
BLUE value IS 229 (89.84% from 255) = 34.59%
R=33.38%
G=32.02%
B=34.59%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212122290.030.0700.10271.7624.6486.47
HexDDD4E5370A1101956
Octal3353243453701242031126
Binary1101110111010100111001011111101010100010000110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD4E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD4E5; }

 p { color: rgb(221,212,229); }

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

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

 a { background-color: rgb(221,212,229); }

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

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

 span { border-color: rgb(221,212,229); }

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