#DDD1E4

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

Shades of Titan White #DDD1E4

Tints of Titan White #DDD1E4

Color information

#DDD1E4 (or 0xDDD1E4) is unknown color: approx Titan White. HEX triplet: DD, D1 and E4. RGB value is (221,209,228). Sum of RGB (Red+Green+Blue) = 221+209+228=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDD1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1E4 is #222E1B. Grayscale: #D6D6D6. Windows color (decimal): -2240028 or 14995933. OLE color: 14995933.

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

Color convert

RGB221209228-
CMYK0.030.0800.11
HSL277.89º26.03%85.69%-
HSV(B)277.89º8.33%89.41%-
XYZ66.6266.5782.74-
YUV214.75135.48132.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.59%
GREEN value IS 209 (82.03% from 255) = 31.76%
BLUE value IS 228 (89.45% from 255) = 34.65%
R=33.59%
G=31.76%
B=34.65%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212092280.030.0800.11277.8926.0385.69
HexDDD1E4380B1161a56
Octal33532134431001342632126
Binary11011101110100011110010011100001011100010110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD1E4; }

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

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

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

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

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

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

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

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