Shades of Titan White #DCD4E2
Tints of Titan White #DCD4E2
RGB
CMYK
RGB Variations
Color information
#DCD4E2 (or 0xDCD4E2) is known color: Titan White. HEX triplet: DC, D4 and E2. RGB value is (220,212,226). Sum of RGB (Red+Green+Blue) = 220+212+226=658 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.43% from 658); Green value is 212 (83.20% from 255 or 32.22% from 658); Blue value is 226 (88.67% from 255 or 34.35% from 658); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCD4E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD4E2 is #232B1D. Grayscale: #D7D7D7. Windows color (decimal): -2304798 or 14865628. OLE color: 14865628.
HSL color Cylindrical-coordinate representation of color #DCD4E2: hue angle of 274.29º degrees, saturation: 0.19, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCD4E2 is Cyan = 0.03, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 212 | 226 | - |
CMYK | 0.03 | 0.06 | 0 | 0.11 |
HSL | 274.29º | 0.19% | 0.86% | - |
HSV(B) | 274.29º | 0.06% | 0.89% | - |
XYZ | 66.79 | 67.79 | 81.52 | - |
YUV | 215.99 | 133.65 | 130.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 212 | 226 | 0.03 | 0.06 | 0 | 0.11 | 274.29 | 0.19 | 0.86 |
Hex | DC | D4 | E2 | 3 | 6 | 0 | B | 112 | 13 | 56 |
Octal | 334 | 324 | 342 | 3 | 6 | 0 | 13 | 422 | 23 | 126 |
Binary | 11011100 | 11010100 | 11100010 | 11 | 110 | 0 | 1011 | 100010010 | 10011 | 1010110 |
Color Harmonies of #DCD4E2
Complementary color
Monochromatic Colors of #DCD4E2
Black with #DCD4E2
Text Example
Text Example
White with #DCD4E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD4E2; }
p { color: rgb(220,212,226); }
H1.HeaderClassName
{
color: #DCD4E2;
}
.AnyTagClassName
{
color: #DCD4E2;
}
</style>
background-color css
<style>
a { background-color: #DCD4E2; }
a { background-color: rgb(220,212,226); }
div.DivClassName
{
background-color: #DCD4E2;
}
.BgClassName
{
background-color: #DCD4E2;
}
</style>
border-color css
<style>
span { border-color: #DCD4E2; }
span { border-color: rgb(220,212,226); }
td.TdClassName
{
border-color: #DCD4E2;
}
.TagClassName
{
border-color: #DCD4E2;
}
</style>