Shades of Titan White #DCD1E2
Tints of Titan White #DCD1E2
RGB
CMYK
RGB Variations
Color information
#DCD1E2 (or 0xDCD1E2) is known color: Titan White. HEX triplet: DC, D1 and E2. RGB value is (220,209,226). Sum of RGB (Red+Green+Blue) = 220+209+226=655 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.59% from 655); Green value is 209 (82.03% from 255 or 31.91% from 655); Blue value is 226 (88.67% from 255 or 34.50% from 655); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCD1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1E2 is #232E1D. Grayscale: #D6D6D6. Windows color (decimal): -2305566 or 14864860. OLE color: 14864860.
HSL color Cylindrical-coordinate representation of color #DCD1E2: hue angle of 278.82º degrees, saturation: 0.23, 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 #DCD1E2 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 209 | 226 | - |
CMYK | 0.03 | 0.08 | 0 | 0.11 |
HSL | 278.82º | 0.23% | 0.85% | - |
HSV(B) | 278.82º | 0.08% | 0.89% | - |
XYZ | 66.04 | 66.31 | 81.27 | - |
YUV | 214.23 | 134.64 | 132.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 209 | 226 | 0.03 | 0.08 | 0 | 0.11 | 278.82 | 0.23 | 0.85 |
Hex | DC | D1 | E2 | 3 | 8 | 0 | B | 117 | 17 | 55 |
Octal | 334 | 321 | 342 | 3 | 10 | 0 | 13 | 427 | 27 | 125 |
Binary | 11011100 | 11010001 | 11100010 | 11 | 1000 | 0 | 1011 | 100010111 | 10111 | 1010101 |
Color Harmonies of #DCD1E2
Complementary color
Monochromatic Colors of #DCD1E2
Black with #DCD1E2
Text Example
Text Example
White with #DCD1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD1E2; }
p { color: rgb(220,209,226); }
H1.HeaderClassName
{
color: #DCD1E2;
}
.AnyTagClassName
{
color: #DCD1E2;
}
</style>
background-color css
<style>
a { background-color: #DCD1E2; }
a { background-color: rgb(220,209,226); }
div.DivClassName
{
background-color: #DCD1E2;
}
.BgClassName
{
background-color: #DCD1E2;
}
</style>
border-color css
<style>
span { border-color: #DCD1E2; }
span { border-color: rgb(220,209,226); }
td.TdClassName
{
border-color: #DCD1E2;
}
.TagClassName
{
border-color: #DCD1E2;
}
</style>