Shades of Titan White #DCD3E5
Tints of Titan White #DCD3E5
RGB
CMYK
RGB Variations
Color information
#DCD3E5 (or 0xDCD3E5) is known color: Titan White. HEX triplet: DC, D3 and E5. RGB value is (220,211,229). Sum of RGB (Red+Green+Blue) = 220+211+229=660 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.33% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 229 (89.84% from 255 or 34.70% from 660); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCD3E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD3E5 is #232C1A. Grayscale: #D7D7D7. Windows color (decimal): -2305051 or 15061980. OLE color: 15061980.
HSL color Cylindrical-coordinate representation of color #DCD3E5: hue angle of 270º degrees, saturation: 0.26, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCD3E5 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 220 | 211 | 229 | - |
CMYK | 0.04 | 0.08 | 0 | 0.10 |
HSL | 270º | 0.26% | 0.86% | - |
HSV(B) | 270º | 0.08% | 0.9% | - |
XYZ | 66.95 | 67.46 | 83.62 | - |
YUV | 215.74 | 135.48 | 131.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 211 | 229 | 0.04 | 0.08 | 0 | 0.10 | 270 | 0.26 | 0.86 |
Hex | DC | D3 | E5 | 4 | 8 | 0 | A | 10E | 1A | 56 |
Octal | 334 | 323 | 345 | 4 | 10 | 0 | 12 | 416 | 32 | 126 |
Binary | 11011100 | 11010011 | 11100101 | 100 | 1000 | 0 | 1010 | 100001110 | 11010 | 1010110 |
Color Harmonies of #DCD3E5
Complementary color
Monochromatic Colors of #DCD3E5
Black with #DCD3E5
Text Example
Text Example
White with #DCD3E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD3E5; }
p { color: rgb(220,211,229); }
H1.HeaderClassName
{
color: #DCD3E5;
}
.AnyTagClassName
{
color: #DCD3E5;
}
</style>
background-color css
<style>
a { background-color: #DCD3E5; }
a { background-color: rgb(220,211,229); }
div.DivClassName
{
background-color: #DCD3E5;
}
.BgClassName
{
background-color: #DCD3E5;
}
</style>
border-color css
<style>
span { border-color: #DCD3E5; }
span { border-color: rgb(220,211,229); }
td.TdClassName
{
border-color: #DCD3E5;
}
.TagClassName
{
border-color: #DCD3E5;
}
</style>