Shades of Titan White #DCCDE0
Tints of Titan White #DCCDE0
RGB
CMYK
RGB Variations
Color information
#DCCDE0 (or 0xDCCDE0) is known color: Titan White. HEX triplet: DC, CD and E0. RGB value is (220,205,224). Sum of RGB (Red+Green+Blue) = 220+205+224=649 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.90% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 224 - color contains mainly: blue. Hex color #DCCDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCDE0 is #23321F. Grayscale: #D3D3D3. Windows color (decimal): -2306592 or 14732764. OLE color: 14732764.
HSL color Cylindrical-coordinate representation of color #DCCDE0: hue angle of 287.37º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCDE0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 205 | 224 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.12 |
| HSL | 287.37º | 0.23% | 0.84% | - |
| HSV(B) | 287.37º | 0.08% | 0.88% | - |
| XYZ | 64.8 | 64.26 | 79.51 | - |
| YUV | 211.65 | 134.97 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 224 | 0.02 | 0.08 | 0 | 0.12 | 287.37 | 0.23 | 0.84 |
| Hex | DC | CD | E0 | 2 | 8 | 0 | C | 11F | 17 | 54 |
| Octal | 334 | 315 | 340 | 2 | 10 | 0 | 14 | 437 | 27 | 124 |
| Binary | 11011100 | 11001101 | 11100000 | 10 | 1000 | 0 | 1100 | 100011111 | 10111 | 1010100 |
Color Harmonies of #DCCDE0
Complementary color
Monochromatic Colors of #DCCDE0
Black with #DCCDE0
Text Example
Text Example
White with #DCCDE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCDE0; }
p { color: rgb(220,205,224); }
H1.HeaderClassName
{
color: #DCCDE0;
}
.AnyTagClassName
{
color: #DCCDE0;
}
</style>
background-color css
<style>
a { background-color: #DCCDE0; }
a { background-color: rgb(220,205,224); }
div.DivClassName
{
background-color: #DCCDE0;
}
.BgClassName
{
background-color: #DCCDE0;
}
</style>
border-color css
<style>
span { border-color: #DCCDE0; }
span { border-color: rgb(220,205,224); }
td.TdClassName
{
border-color: #DCCDE0;
}
.TagClassName
{
border-color: #DCCDE0;
}
</style>