Shades of Titan White #DECEEB
Tints of Titan White #DECEEB
RGB
CMYK
RGB Variations
Color information
#DECEEB (or 0xDECEEB) is known color: Titan White. HEX triplet: DE, CE and EB. RGB value is (222,206,235). Sum of RGB (Red+Green+Blue) = 222+206+235=663 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.48% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 235 (92.19% from 255 or 35.44% from 663); Max value from RGB is 235 - color contains mainly: blue. Hex color #DECEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECEEB is #213114. Grayscale: #D5D5D5. Windows color (decimal): -2175253 or 15453918. OLE color: 15453918.
HSL color Cylindrical-coordinate representation of color #DECEEB: hue angle of 273.1º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DECEEB is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 206 | 235 | - |
| CMYK | 0.06 | 0.12 | 0 | 0.08 |
| HSL | 273.1º | 0.42% | 0.86% | - |
| HSV(B) | 273.1º | 0.12% | 0.92% | - |
| XYZ | 67.19 | 65.67 | 87.73 | - |
| YUV | 214.09 | 139.8 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 206 | 235 | 0.06 | 0.12 | 0 | 0.08 | 273.1 | 0.42 | 0.86 |
| Hex | DE | CE | EB | 6 | C | 0 | 8 | 111 | 2A | 56 |
| Octal | 336 | 316 | 353 | 6 | 14 | 0 | 10 | 421 | 52 | 126 |
| Binary | 11011110 | 11001110 | 11101011 | 110 | 1100 | 0 | 1000 | 100010001 | 101010 | 1010110 |
Color Harmonies of #DECEEB
Complementary color
Monochromatic Colors of #DECEEB
Black with #DECEEB
Text Example
Text Example
White with #DECEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECEEB; }
p { color: rgb(222,206,235); }
H1.HeaderClassName
{
color: #DECEEB;
}
.AnyTagClassName
{
color: #DECEEB;
}
</style>
background-color css
<style>
a { background-color: #DECEEB; }
a { background-color: rgb(222,206,235); }
div.DivClassName
{
background-color: #DECEEB;
}
.BgClassName
{
background-color: #DECEEB;
}
</style>
border-color css
<style>
span { border-color: #DECEEB; }
span { border-color: rgb(222,206,235); }
td.TdClassName
{
border-color: #DECEEB;
}
.TagClassName
{
border-color: #DECEEB;
}
</style>