#DED1E2

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

Shades of Titan White #DED1E2

Tints of Titan White #DED1E2

Color information

#DED1E2 (or 0xDED1E2) is unknown color: approx Titan White. HEX triplet: DE, D1 and E2. RGB value is (222,209,226). Sum of RGB (Red+Green+Blue) = 222+209+226=657 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.79% from 657); Green value is 209 (82.03% from 255 or 31.81% from 657); Blue value is 226 (88.67% from 255 or 34.40% from 657); Max value from RGB is 226 - color contains mainly: blue. Hex color #DED1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DED1E2 is #212E1D. Grayscale: #D6D6D6. Windows color (decimal): -2174494 or 14864862. OLE color: 14864862.

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

Color convert

RGB222209226-
CMYK0.020.0800.11
HSL285.88º22.67%85.29%-
HSV(B)285.88º7.52%88.63%-
XYZ66.6566.6281.3-
YUV214.82134.31133.12-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.79%
GREEN value IS 209 (82.03% from 255) = 31.81%
BLUE value IS 226 (88.67% from 255) = 34.40%
R=33.79%
G=31.81%
B=34.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2222092260.020.0800.11285.8822.6785.29
HexDED1E2280B11e1755
Octal33632134221001343627125
Binary11011110110100011110001010100001011100011110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED1E2; }

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

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

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

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

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

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

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

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