#DED1E5

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

Shades of Titan White #DED1E5

Tints of Titan White #DED1E5

Color information

#DED1E5 (or 0xDED1E5) is unknown color: approx Titan White. HEX triplet: DE, D1 and E5. RGB value is (222,209,229). Sum of RGB (Red+Green+Blue) = 222+209+229=660 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.64% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 229 - color contains mainly: blue. Hex color #DED1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1E5 is #212E1A. Grayscale: #D7D7D7. Windows color (decimal): -2174491 or 15061470. OLE color: 15061470.

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

Color convert

RGB222209229-
CMYK0.030.0900.10
HSL279º27.78%85.88%-
HSV(B)279º8.73%89.8%-
XYZ67.0766.7983.49-
YUV215.17135.81132.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.64%
GREEN value IS 209 (82.03% from 255) = 31.67%
BLUE value IS 229 (89.84% from 255) = 34.70%
R=33.64%
G=31.67%
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.10
SystemRedGreenBlueCMYKHSL
Decimal2222092290.030.0900.1027927.7885.88
HexDED1E5390A1171c56
Octal33632134531101242734126
Binary11011110110100011110010111100101010100010111111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED1E5; }

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

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

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

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

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

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

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

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