#DED1E4

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

Shades of Titan White #DED1E4

Tints of Titan White #DED1E4

Color information

#DED1E4 (or 0xDED1E4) is unknown color: approx Titan White. HEX triplet: DE, D1 and E4. RGB value is (222,209,228). Sum of RGB (Red+Green+Blue) = 222+209+228=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 209 (82.03% from 255 or 31.71% from 659); Blue value is 228 (89.45% from 255 or 34.60% from 659); Max value from RGB is 228 - color contains mainly: blue. Hex color #DED1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1E4 is #212E1B. Grayscale: #D6D6D6. Windows color (decimal): -2174492 or 14995934. OLE color: 14995934.

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

Color convert

RGB222209228-
CMYK0.030.0800.11
HSL281.05º26.03%85.69%-
HSV(B)281.05º8.33%89.41%-
XYZ66.9366.7382.75-
YUV215.05135.31132.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.69%
GREEN value IS 209 (82.03% from 255) = 31.71%
BLUE value IS 228 (89.45% from 255) = 34.60%
R=33.69%
G=31.71%
B=34.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222092280.030.0800.11281.0526.0385.69
HexDED1E4380B1191a56
Octal33632134431001343132126
Binary11011110110100011110010011100001011100011001110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED1E4; }

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

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

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

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

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

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

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

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