#DDD0E6

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

Shades of Titan White #DDD0E6

Tints of Titan White #DDD0E6

Color information

#DDD0E6 (or 0xDDD0E6) is unknown color: approx Titan White. HEX triplet: DD, D0 and E6. RGB value is (221,208,230). Sum of RGB (Red+Green+Blue) = 221+208+230=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 208 (81.64% from 255 or 31.56% from 659); Blue value is 230 (90.23% from 255 or 34.90% from 659); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDD0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD0E6 is #222F19. Grayscale: #D6D6D6. Windows color (decimal): -2240282 or 15126749. OLE color: 15126749.

HSL color Cylindrical-coordinate representation of color #DDD0E6: hue angle of 275.45º degrees, saturation: 0.31, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDD0E6 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB221208230-
CMYK0.040.1000.10
HSL275.45º30.56%85.88%-
HSV(B)275.45º9.57%90.2%-
XYZ66.6666.284.13-
YUV214.4136.81132.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.54%
GREEN value IS 208 (81.64% from 255) = 31.56%
BLUE value IS 230 (90.23% from 255) = 34.90%
R=33.54%
G=31.56%
B=34.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212082300.040.1000.10275.4530.5685.88
HexDDD0E64A0A1131f56
Octal33532034641201242337126
Binary110111011101000011100110100101001010100010011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0E6; }

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

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

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

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

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

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

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

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