Shades of Titan White #DECEE7
Tints of Titan White #DECEE7
RGB
CMYK
RGB Variations
Color information
#DECEE7 (or 0xDECEE7) is known color: 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
| RGB | 222 | 206 | 231 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.09 |
| HSL | 278.4º | 0.34% | 0.86% | - |
| HSV(B) | 278.4º | 0.11% | 0.91% | - |
| XYZ | 66.62 | 65.44 | 84.72 | - |
| YUV | 213.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 231 | 0.04 | 0.11 | 0 | 0.09 | 278.4 | 0.34 | 0.86 |
| Hex | DE | CE | E7 | 4 | B | 0 | 9 | 116 | 22 | 56 |
| Octal | 336 | 316 | 347 | 4 | 13 | 0 | 11 | 426 | 42 | 126 |
| Binary | 11011110 | 11001110 | 11100111 | 100 | 1011 | 0 | 1001 | 100010110 | 100010 | 1010110 |
Color Harmonies of #DECEE7
Complementary color
Monochromatic Colors of #DECEE7
Black with #DECEE7
Text Example
Text Example
White with #DECEE7
Text Example
Text Example
HTML Codes & Css Web 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>