Shades of Titan White #DCCEE7
Tints of Titan White #DCCEE7
RGB
CMYK
RGB Variations
Color information
#DCCEE7 (or 0xDCCEE7) is known color: Titan White. HEX triplet: DC, CE and E7. RGB value is (220,206,231). Sum of RGB (Red+Green+Blue) = 220+206+231=657 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.49% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 231 (90.62% from 255 or 35.16% from 657); Max value from RGB is 231 - color contains mainly: blue. Hex color #DCCEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCEE7 is #233118. Grayscale: #D4D4D4. Windows color (decimal): -2306329 or 15191772. OLE color: 15191772.
HSL color Cylindrical-coordinate representation of color #DCCEE7: hue angle of 273.6º 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 #DCCEE7 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 206 | 231 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.09 |
| HSL | 273.6º | 0.34% | 0.86% | - |
| HSV(B) | 273.6º | 0.11% | 0.91% | - |
| XYZ | 66.01 | 65.13 | 84.69 | - |
| YUV | 213.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 231 | 0.05 | 0.11 | 0 | 0.09 | 273.6 | 0.34 | 0.86 |
| Hex | DC | CE | E7 | 5 | B | 0 | 9 | 112 | 22 | 56 |
| Octal | 334 | 316 | 347 | 5 | 13 | 0 | 11 | 422 | 42 | 126 |
| Binary | 11011100 | 11001110 | 11100111 | 101 | 1011 | 0 | 1001 | 100010010 | 100010 | 1010110 |
Color Harmonies of #DCCEE7
Complementary color
Monochromatic Colors of #DCCEE7
Black with #DCCEE7
Text Example
Text Example
White with #DCCEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEE7; }
p { color: rgb(220,206,231); }
H1.HeaderClassName
{
color: #DCCEE7;
}
.AnyTagClassName
{
color: #DCCEE7;
}
</style>
background-color css
<style>
a { background-color: #DCCEE7; }
a { background-color: rgb(220,206,231); }
div.DivClassName
{
background-color: #DCCEE7;
}
.BgClassName
{
background-color: #DCCEE7;
}
</style>
border-color css
<style>
span { border-color: #DCCEE7; }
span { border-color: rgb(220,206,231); }
td.TdClassName
{
border-color: #DCCEE7;
}
.TagClassName
{
border-color: #DCCEE7;
}
</style>