#DDD0E4

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

Shades of Titan White #DDD0E4

Tints of Titan White #DDD0E4

Color information

#DDD0E4 (or 0xDDD0E4) is unknown color: approx Titan White. HEX triplet: DD, D0 and E4. RGB value is (221,208,228). Sum of RGB (Red+Green+Blue) = 221+208+228=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 208 (81.64% from 255 or 31.66% from 657); Blue value is 228 (89.45% from 255 or 34.70% from 657); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDD0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0E4 is #222F1B. Grayscale: #D6D6D6. Windows color (decimal): -2240284 or 14995677. OLE color: 14995677.

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

Color convert

RGB221208228-
CMYK0.030.0900.11
HSL279º27.03%85.49%-
HSV(B)279º8.77%89.41%-
XYZ66.3866.0982.66-
YUV214.17135.81132.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.64%
GREEN value IS 208 (81.64% from 255) = 31.66%
BLUE value IS 228 (89.45% from 255) = 34.70%
R=33.64%
G=31.66%
B=34.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212082280.030.0900.1127927.0385.49
HexDDD0E4390B1171b55
Octal33532034431101342733125
Binary11011101110100001110010011100101011100010111110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0E4; }

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

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

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

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

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

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

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

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