#DED8E5

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

Shades of Titan White #DED8E5

Tints of Titan White #DED8E5

Color information

#DED8E5 (or 0xDED8E5) is unknown color: approx Titan White. HEX triplet: DE, D8 and E5. RGB value is (222,216,229). Sum of RGB (Red+Green+Blue) = 222+216+229=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 216 (84.77% from 255 or 32.38% from 667); Blue value is 229 (89.84% from 255 or 34.33% from 667); Max value from RGB is 229 - color contains mainly: blue. Hex color #DED8E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED8E5 is #21271A. Grayscale: #DBDBDB. Windows color (decimal): -2172699 or 15063262. OLE color: 15063262.

HSL color Cylindrical-coordinate representation of color #DED8E5: hue angle of 267.69º degrees, saturation: 0.2, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DED8E5 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222216229-
CMYK0.030.0600.10
HSL267.69º20%87.25%-
HSV(B)267.69º5.68%89.8%-
XYZ68.8270.384.07-
YUV219.28133.49129.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.28%
GREEN value IS 216 (84.77% from 255) = 32.38%
BLUE value IS 229 (89.84% from 255) = 34.33%
R=33.28%
G=32.38%
B=34.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222162290.030.0600.10267.692087.25
HexDED8E5360A10c1457
Octal3363303453601241424127
Binary1101111011011000111001011111001010100001100101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED8E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED8E5; }

 p { color: rgb(222,216,229); }

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

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

 a { background-color: rgb(222,216,229); }

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

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

 span { border-color: rgb(222,216,229); }

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