Shades of Titan White #DCCEE1
Tints of Titan White #DCCEE1
RGB
CMYK
RGB Variations
Color information
#DCCEE1 (or 0xDCCEE1) is known color: Titan White. HEX triplet: DC, CE and E1. RGB value is (220,206,225). Sum of RGB (Red+Green+Blue) = 220+206+225=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 206 (80.86% from 255 or 31.64% from 651); Blue value is 225 (88.28% from 255 or 34.56% from 651); Max value from RGB is 225 - color contains mainly: blue. Hex color #DCCEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEE1 is #23311E. Grayscale: #D4D4D4. Windows color (decimal): -2306335 or 14798556. OLE color: 14798556.
HSL color Cylindrical-coordinate representation of color #DCCEE1: hue angle of 284.21º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCEE1 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 206 | 225 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.12 |
| HSL | 284.21º | 0.24% | 0.85% | - |
| HSV(B) | 284.21º | 0.08% | 0.88% | - |
| XYZ | 65.18 | 64.79 | 80.31 | - |
| YUV | 212.35 | 135.14 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 225 | 0.02 | 0.08 | 0 | 0.12 | 284.21 | 0.24 | 0.85 |
| Hex | DC | CE | E1 | 2 | 8 | 0 | C | 11C | 18 | 55 |
| Octal | 334 | 316 | 341 | 2 | 10 | 0 | 14 | 434 | 30 | 125 |
| Binary | 11011100 | 11001110 | 11100001 | 10 | 1000 | 0 | 1100 | 100011100 | 11000 | 1010101 |
Color Harmonies of #DCCEE1
Complementary color
Monochromatic Colors of #DCCEE1
Black with #DCCEE1
Text Example
Text Example
White with #DCCEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEE1; }
p { color: rgb(220,206,225); }
H1.HeaderClassName
{
color: #DCCEE1;
}
.AnyTagClassName
{
color: #DCCEE1;
}
</style>
background-color css
<style>
a { background-color: #DCCEE1; }
a { background-color: rgb(220,206,225); }
div.DivClassName
{
background-color: #DCCEE1;
}
.BgClassName
{
background-color: #DCCEE1;
}
</style>
border-color css
<style>
span { border-color: #DCCEE1; }
span { border-color: rgb(220,206,225); }
td.TdClassName
{
border-color: #DCCEE1;
}
.TagClassName
{
border-color: #DCCEE1;
}
</style>