#DECEE9

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

Shades of Titan White #DECEE9

Tints of Titan White #DECEE9

Color information

#DECEE9 (or 0xDECEE9) is unknown color: approx Titan White. HEX triplet: DE, CE and E9. RGB value is (222,206,233). Sum of RGB (Red+Green+Blue) = 222+206+233=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 206 (80.86% from 255 or 31.16% from 661); Blue value is 233 (91.41% from 255 or 35.25% from 661); Max value from RGB is 233 - color contains mainly: blue. Hex color #DECEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECEE9 is #213116. Grayscale: #D5D5D5. Windows color (decimal): -2175255 or 15322846. OLE color: 15322846.

HSL color Cylindrical-coordinate representation of color #DECEE9: hue angle of 275.56º degrees, saturation: 0.38, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DECEE9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB222206233-
CMYK0.050.1200.09
HSL275.56º38.03%86.08%-
HSV(B)275.56º11.59%91.37%-
XYZ66.965.5686.22-
YUV213.86138.8133.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.59%
GREEN value IS 206 (80.86% from 255) = 31.16%
BLUE value IS 233 (91.41% from 255) = 35.25%
R=33.59%
G=31.16%
B=35.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222062330.050.1200.09275.5638.0386.08
HexDECEE95C091142656
Octal33631635151401142446126
Binary1101111011001110111010011011100010011000101001001101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEE9; }

 p { color: rgb(222,206,233); }

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

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

 a { background-color: rgb(222,206,233); }

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

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

 span { border-color: rgb(222,206,233); }

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