Shades of Titan White #DCD1E3
Tints of Titan White #DCD1E3
RGB
CMYK
RGB Variations
Color information
#DCD1E3 (or 0xDCD1E3) is known color: Titan White. HEX triplet: DC, D1 and E3. RGB value is (220,209,227). Sum of RGB (Red+Green+Blue) = 220+209+227=656 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.54% from 656); Green value is 209 (82.03% from 255 or 31.86% from 656); Blue value is 227 (89.06% from 255 or 34.60% from 656); Max value from RGB is 227 - color contains mainly: blue. Hex color #DCD1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1E3 is #232E1C. Grayscale: #D6D6D6. Windows color (decimal): -2305565 or 14930396. OLE color: 14930396.
HSL color Cylindrical-coordinate representation of color #DCD1E3: hue angle of 276.67º degrees, saturation: 0.24, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCD1E3 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 209 | 227 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.11 |
| HSL | 276.67º | 0.24% | 0.85% | - |
| HSV(B) | 276.67º | 0.08% | 0.89% | - |
| XYZ | 66.18 | 66.36 | 81.99 | - |
| YUV | 214.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 209 | 227 | 0.03 | 0.08 | 0 | 0.11 | 276.67 | 0.24 | 0.85 |
| Hex | DC | D1 | E3 | 3 | 8 | 0 | B | 115 | 18 | 55 |
| Octal | 334 | 321 | 343 | 3 | 10 | 0 | 13 | 425 | 30 | 125 |
| Binary | 11011100 | 11010001 | 11100011 | 11 | 1000 | 0 | 1011 | 100010101 | 11000 | 1010101 |
Color Harmonies of #DCD1E3
Complementary color
Monochromatic Colors of #DCD1E3
Black with #DCD1E3
Text Example
Text Example
White with #DCD1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1E3; }
p { color: rgb(220,209,227); }
H1.HeaderClassName
{
color: #DCD1E3;
}
.AnyTagClassName
{
color: #DCD1E3;
}
</style>
background-color css
<style>
a { background-color: #DCD1E3; }
a { background-color: rgb(220,209,227); }
div.DivClassName
{
background-color: #DCD1E3;
}
.BgClassName
{
background-color: #DCD1E3;
}
</style>
border-color css
<style>
span { border-color: #DCD1E3; }
span { border-color: rgb(220,209,227); }
td.TdClassName
{
border-color: #DCD1E3;
}
.TagClassName
{
border-color: #DCD1E3;
}
</style>