#DECEE6

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

Shades of Titan White #DECEE6

Tints of Titan White #DECEE6

Color information

#DECEE6 (or 0xDECEE6) is unknown color: approx Titan White. HEX triplet: DE, CE and E6. RGB value is (222,206,230). Sum of RGB (Red+Green+Blue) = 222+206+230=658 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.74% from 658); Green value is 206 (80.86% from 255 or 31.31% from 658); Blue value is 230 (90.23% from 255 or 34.95% from 658); Max value from RGB is 230 - color contains mainly: blue. Hex color #DECEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECEE6 is #213119. Grayscale: #D5D5D5. Windows color (decimal): -2175258 or 15126238. OLE color: 15126238.

HSL color Cylindrical-coordinate representation of color #DECEE6: hue angle of 280º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DECEE6 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB222206230-
CMYK0.030.1000.10
HSL280º32.43%85.49%-
HSV(B)280º10.43%90.2%-
XYZ66.4865.3983.98-
YUV213.52137.3134.05-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 33.74%
GREEN value IS 206 (80.86% from 255) = 31.31%
BLUE value IS 230 (90.23% from 255) = 34.95%
R=33.74%
G=31.31%
B=34.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2222062300.030.1000.1028032.4385.49
HexDECEE63A0A1182055
Octal33631634631201243040125
Binary110111101100111011100110111010010101000110001000001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECEE6; }

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

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

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

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

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

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

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

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