#DED1E6

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

Shades of Titan White #DED1E6

Tints of Titan White #DED1E6

Color information

#DED1E6 (or 0xDED1E6) is unknown color: approx Titan White. HEX triplet: DE, D1 and E6. RGB value is (222,209,230). Sum of RGB (Red+Green+Blue) = 222+209+230=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 209 (82.03% from 255 or 31.62% from 661); Blue value is 230 (90.23% from 255 or 34.80% from 661); Max value from RGB is 230 - color contains mainly: blue. Hex color #DED1E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DED1E6 is #212E19. Grayscale: #D7D7D7. Windows color (decimal): -2174490 or 15127006. OLE color: 15127006.

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

Color convert

RGB222209230-
CMYK0.030.0900.10
HSL277.14º29.58%86.08%-
HSV(B)277.14º9.13%90.2%-
XYZ67.2166.8484.22-
YUV215.28136.31132.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.59%
GREEN value IS 209 (82.03% from 255) = 31.62%
BLUE value IS 230 (90.23% from 255) = 34.80%
R=33.59%
G=31.62%
B=34.80%

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
Decimal2222092300.030.0900.10277.1429.5886.08
HexDED1E6390A1151e56
Octal33632134631101242536126
Binary11011110110100011110011011100101010100010101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DED1E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DED1E6; }

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

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

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

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

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

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

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

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