#DED2E6

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

Shades of Titan White #DED2E6

Tints of Titan White #DED2E6

Color information

#DED2E6 (or 0xDED2E6) is unknown color: approx Titan White. HEX triplet: DE, D2 and E6. RGB value is (222,210,230). Sum of RGB (Red+Green+Blue) = 222+210+230=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 210 (82.42% from 255 or 31.72% from 662); Blue value is 230 (90.23% from 255 or 34.74% from 662); Max value from RGB is 230 - color contains mainly: blue. Hex color #DED2E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED2E6 is #212D19. Grayscale: #D7D7D7. Windows color (decimal): -2174234 or 15127262. OLE color: 15127262.

HSL color Cylindrical-coordinate representation of color #DED2E6: hue angle of 276º degrees, saturation: 0.29, 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 #DED2E6 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222210230-
CMYK0.030.0900.10
HSL276º28.57%86.27%-
HSV(B)276º8.7%90.2%-
XYZ67.4567.3484.3-
YUV215.87135.98132.37-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.53%
GREEN value IS 210 (82.42% from 255) = 31.72%
BLUE value IS 230 (90.23% from 255) = 34.74%
R=33.53%
G=31.72%
B=34.74%

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
Decimal2222102300.030.0900.1027628.5786.27
HexDED2E6390A1141d56
Octal33632234631101242435126
Binary11011110110100101110011011100101010100010100111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED2E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED2E6; }

 p { color: rgb(222,210,230); }

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

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

 a { background-color: rgb(222,210,230); }

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

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

 span { border-color: rgb(222,210,230); }

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