Shades of Titan White #DCC9E2
Tints of Titan White #DCC9E2
RGB
CMYK
RGB Variations
Color information
#DCC9E2 (or 0xDCC9E2) is known color: Titan White. HEX triplet: DC, C9 and E2. RGB value is (220,201,226). Sum of RGB (Red+Green+Blue) = 220+201+226=647 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.00% from 647); Green value is 201 (78.91% from 255 or 31.07% from 647); Blue value is 226 (88.67% from 255 or 34.93% from 647); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCC9E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC9E2 is #23361D. Grayscale: #D1D1D1. Windows color (decimal): -2307614 or 14862812. OLE color: 14862812.
HSL color Cylindrical-coordinate representation of color #DCC9E2: hue angle of 285.6º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC9E2 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 201 | 226 | - |
CMYK | 0.03 | 0.11 | 0 | 0.11 |
HSL | 285.6º | 0.3% | 0.84% | - |
HSV(B) | 285.6º | 0.11% | 0.89% | - |
XYZ | 64.13 | 62.48 | 80.63 | - |
YUV | 209.53 | 137.29 | 135.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 201 | 226 | 0.03 | 0.11 | 0 | 0.11 | 285.6 | 0.3 | 0.84 |
Hex | DC | C9 | E2 | 3 | B | 0 | B | 11E | 1E | 54 |
Octal | 334 | 311 | 342 | 3 | 13 | 0 | 13 | 436 | 36 | 124 |
Binary | 11011100 | 11001001 | 11100010 | 11 | 1011 | 0 | 1011 | 100011110 | 11110 | 1010100 |
Color Harmonies of #DCC9E2
Complementary color
Monochromatic Colors of #DCC9E2
Black with #DCC9E2
Text Example
Text Example
White with #DCC9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC9E2; }
p { color: rgb(220,201,226); }
H1.HeaderClassName
{
color: #DCC9E2;
}
.AnyTagClassName
{
color: #DCC9E2;
}
</style>
background-color css
<style>
a { background-color: #DCC9E2; }
a { background-color: rgb(220,201,226); }
div.DivClassName
{
background-color: #DCC9E2;
}
.BgClassName
{
background-color: #DCC9E2;
}
</style>
border-color css
<style>
span { border-color: #DCC9E2; }
span { border-color: rgb(220,201,226); }
td.TdClassName
{
border-color: #DCC9E2;
}
.TagClassName
{
border-color: #DCC9E2;
}
</style>