Shades of Titan White #DCCFE0
Tints of Titan White #DCCFE0
RGB
CMYK
RGB Variations
Color information
#DCCFE0 (or 0xDCCFE0) is known color: Titan White. HEX triplet: DC, CF and E0. RGB value is (220,207,224). Sum of RGB (Red+Green+Blue) = 220+207+224=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 224 (87.89% from 255 or 34.41% from 651); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCCFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCFE0 is #23301F. Grayscale: #D4D4D4. Windows color (decimal): -2306080 or 14733276. OLE color: 14733276.
HSL color Cylindrical-coordinate representation of color #DCCFE0: hue angle of 285.88º degrees, saturation: 0.22, 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 #DCCFE0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 207 | 224 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.12 |
| HSL | 285.88º | 0.22% | 0.85% | - |
| HSV(B) | 285.88º | 0.08% | 0.88% | - |
| XYZ | 65.28 | 65.22 | 79.67 | - |
| YUV | 212.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 224 | 0.02 | 0.08 | 0 | 0.12 | 285.88 | 0.22 | 0.85 |
| Hex | DC | CF | E0 | 2 | 8 | 0 | C | 11E | 16 | 55 |
| Octal | 334 | 317 | 340 | 2 | 10 | 0 | 14 | 436 | 26 | 125 |
| Binary | 11011100 | 11001111 | 11100000 | 10 | 1000 | 0 | 1100 | 100011110 | 10110 | 1010101 |
Color Harmonies of #DCCFE0
Complementary color
Monochromatic Colors of #DCCFE0
Black with #DCCFE0
Text Example
Text Example
White with #DCCFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCFE0; }
p { color: rgb(220,207,224); }
H1.HeaderClassName
{
color: #DCCFE0;
}
.AnyTagClassName
{
color: #DCCFE0;
}
</style>
background-color css
<style>
a { background-color: #DCCFE0; }
a { background-color: rgb(220,207,224); }
div.DivClassName
{
background-color: #DCCFE0;
}
.BgClassName
{
background-color: #DCCFE0;
}
</style>
border-color css
<style>
span { border-color: #DCCFE0; }
span { border-color: rgb(220,207,224); }
td.TdClassName
{
border-color: #DCCFE0;
}
.TagClassName
{
border-color: #DCCFE0;
}
</style>