#DDD2E7

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

Shades of Titan White #DDD2E7

Tints of Titan White #DDD2E7

Color information

#DDD2E7 (or 0xDDD2E7) is unknown color: approx Titan White. HEX triplet: DD, D2 and E7. RGB value is (221,210,231). Sum of RGB (Red+Green+Blue) = 221+210+231=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 231 (90.62% from 255 or 34.89% from 662); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDD2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD2E7 is #222D18. Grayscale: #D7D7D7. Windows color (decimal): -2239769 or 15192797. OLE color: 15192797.

HSL color Cylindrical-coordinate representation of color #DDD2E7: hue angle of 271.43º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD2E7 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB221210231-
CMYK0.040.0900.09
HSL271.43º30.43%86.47%-
HSV(B)271.43º9.09%90.59%-
XYZ67.2967.2385.03-
YUV215.68136.64131.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.38%
GREEN value IS 210 (82.42% from 255) = 31.72%
BLUE value IS 231 (90.62% from 255) = 34.89%
R=33.38%
G=31.72%
B=34.89%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2212102310.040.0900.09271.4330.4386.47
HexDDD2E7490910f1e56
Octal33532234741101141736126
Binary110111011101001011100111100100101001100001111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2E7; }

 p { color: rgb(221,210,231); }

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

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

 a { background-color: rgb(221,210,231); }

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

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

 span { border-color: rgb(221,210,231); }

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