#DECEE7

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

Shades of Titan White #DECEE7

Tints of Titan White #DECEE7

Color information

#DECEE7 (or 0xDECEE7) is unknown color: approx Titan White. HEX triplet: DE, CE and E7. RGB value is (222,206,231). Sum of RGB (Red+Green+Blue) = 222+206+231=659 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.69% from 659); Green value is 206 (80.86% from 255 or 31.26% from 659); Blue value is 231 (90.62% from 255 or 35.05% from 659); Max value from RGB is 231 - color contains mainly: blue. Hex color #DECEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECEE7 is #213118. Grayscale: #D5D5D5. Windows color (decimal): -2175257 or 15191774. OLE color: 15191774.

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

Color convert

RGB222206231-
CMYK0.040.1100.09
HSL278.4º34.25%85.69%-
HSV(B)278.4º10.82%90.59%-
XYZ66.6265.4484.72-
YUV213.63137.8133.97-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.69%
GREEN value IS 206 (80.86% from 255) = 31.26%
BLUE value IS 231 (90.62% from 255) = 35.05%
R=33.69%
G=31.26%
B=35.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2222062310.040.1100.09278.434.2585.69
HexDECEE74B091162256
Octal33631634741301142642126
Binary1101111011001110111001111001011010011000101101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEE7; }

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

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

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

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

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

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

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

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