#DED5E3

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

Shades of Titan White #DED5E3

Tints of Titan White #DED5E3

Color information

#DED5E3 (or 0xDED5E3) is unknown color: approx Titan White. HEX triplet: DE, D5 and E3. RGB value is (222,213,227). Sum of RGB (Red+Green+Blue) = 222+213+227=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 213 (83.59% from 255 or 32.18% from 662); Blue value is 227 (89.06% from 255 or 34.29% from 662); Max value from RGB is 227 - color contains mainly: blue. Hex color #DED5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED5E3 is #212A1C. Grayscale: #D9D9D9. Windows color (decimal): -2173469 or 14931422. OLE color: 14931422.

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

Color convert

RGB222213227-
CMYK0.020.0600.11
HSL278.57º20%86.27%-
HSV(B)278.57º6.17%89.02%-
XYZ67.7868.6682.35-
YUV217.29133.48131.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.53%
GREEN value IS 213 (83.59% from 255) = 32.18%
BLUE value IS 227 (89.06% from 255) = 34.29%
R=33.53%
G=32.18%
B=34.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222132270.020.0600.11278.572086.27
HexDED5E3260B1171456
Octal3363253432601342724126
Binary1101111011010101111000111011001011100010111101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED5E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED5E3; }

 p { color: rgb(222,213,227); }

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

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

 a { background-color: rgb(222,213,227); }

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

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

 span { border-color: rgb(222,213,227); }

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