#DDD7DF

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

Shades of Titan White #DDD7DF

Tints of Titan White #DDD7DF

Color information

#DDD7DF (or 0xDDD7DF) is unknown color: approx Titan White. HEX triplet: DD, D7 and DF. RGB value is (221,215,223). Sum of RGB (Red+Green+Blue) = 221+215+223=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 215 (84.38% from 255 or 32.63% from 659); Blue value is 223 (87.5% from 255 or 33.84% from 659); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDD7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD7DF is #222820. Grayscale: #D9D9D9. Windows color (decimal): -2238497 or 14669789. OLE color: 14669789.

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

Color convert

RGB221215223-
CMYK0.010.0400.13
HSL285º11.11%85.88%-
HSV(B)285º3.59%87.45%-
XYZ67.4469.379.63-
YUV217.71130.99130.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 215 (84.38% from 255) = 32.63%
BLUE value IS 223 (87.5% from 255) = 33.84%
R=33.54%
G=32.63%
B=33.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2212152230.010.0400.1328511.1185.88
HexDDD7DF140D11db56
Octal3353273371401543513126
Binary11011101110101111101111111000110110001110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD7DF; }

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

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

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

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

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

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

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

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