#DDD3E4

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

Shades of Titan White #DDD3E4

Tints of Titan White #DDD3E4

Color information

#DDD3E4 (or 0xDDD3E4) is unknown color: approx Titan White. HEX triplet: DD, D3 and E4. RGB value is (221,211,228). Sum of RGB (Red+Green+Blue) = 221+211+228=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDD3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3E4 is #222C1B. Grayscale: #D7D7D7. Windows color (decimal): -2239516 or 14996445. OLE color: 14996445.

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

Color convert

RGB221211228-
CMYK0.030.0700.11
HSL275.29º23.94%86.08%-
HSV(B)275.29º7.46%89.41%-
XYZ67.1267.5682.9-
YUV215.93134.81131.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 211 (82.81% from 255) = 31.97%
BLUE value IS 228 (89.45% from 255) = 34.55%
R=33.48%
G=31.97%
B=34.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212112280.030.0700.11275.2923.9486.08
HexDDD3E4370B1131856
Octal3353233443701342330126
Binary1101110111010011111001001111101011100010011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3E4; }

 p { color: rgb(221,211,228); }

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

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

 a { background-color: rgb(221,211,228); }

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

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

 span { border-color: rgb(221,211,228); }

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