#DDD0E3

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

Shades of Titan White #DDD0E3

Tints of Titan White #DDD0E3

Color information

#DDD0E3 (or 0xDDD0E3) is unknown color: approx Titan White. HEX triplet: DD, D0 and E3. RGB value is (221,208,227). Sum of RGB (Red+Green+Blue) = 221+208+227=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDD0E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0E3 is #222F1C. Grayscale: #D5D5D5. Windows color (decimal): -2240285 or 14930141. OLE color: 14930141.

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

Color convert

RGB221208227-
CMYK0.030.0800.11
HSL281.05º25.33%85.29%-
HSV(B)281.05º8.37%89.02%-
XYZ66.2466.0381.93-
YUV214.05135.31132.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.69%
GREEN value IS 208 (81.64% from 255) = 31.71%
BLUE value IS 227 (89.06% from 255) = 34.60%
R=33.69%
G=31.71%
B=34.60%

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
Decimal2212082270.030.0800.11281.0525.3385.29
HexDDD0E3380B1191955
Octal33532034331001343131125
Binary11011101110100001110001111100001011100011001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0E3; }

 p { color: rgb(221,208,227); }

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

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

 a { background-color: rgb(221,208,227); }

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

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

 span { border-color: rgb(221,208,227); }

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