Shades of Titan White #DCCBE4
Tints of Titan White #DCCBE4
RGB
CMYK
RGB Variations
Color information
#DCCBE4 (or 0xDCCBE4) is known color: Titan White. HEX triplet: DC, CB and E4. RGB value is (220,203,228). Sum of RGB (Red+Green+Blue) = 220+203+228=651 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.79% from 651); Green value is 203 (79.69% from 255 or 31.18% from 651); Blue value is 228 (89.45% from 255 or 35.02% from 651); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCCBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBE4 is #23341B. Grayscale: #D2D2D2. Windows color (decimal): -2307100 or 14994396. OLE color: 14994396.
HSL color Cylindrical-coordinate representation of color #DCCBE4: hue angle of 280.8º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCCBE4 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 203 | 228 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.11 |
| HSL | 280.8º | 0.32% | 0.85% | - |
| HSV(B) | 280.8º | 0.11% | 0.89% | - |
| XYZ | 64.87 | 63.53 | 82.24 | - |
| YUV | 210.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 228 | 0.04 | 0.11 | 0 | 0.11 | 280.8 | 0.32 | 0.85 |
| Hex | DC | CB | E4 | 4 | B | 0 | B | 119 | 20 | 55 |
| Octal | 334 | 313 | 344 | 4 | 13 | 0 | 13 | 431 | 40 | 125 |
| Binary | 11011100 | 11001011 | 11100100 | 100 | 1011 | 0 | 1011 | 100011001 | 100000 | 1010101 |
Color Harmonies of #DCCBE4
Complementary color
Monochromatic Colors of #DCCBE4
Black with #DCCBE4
Text Example
Text Example
White with #DCCBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBE4; }
p { color: rgb(220,203,228); }
H1.HeaderClassName
{
color: #DCCBE4;
}
.AnyTagClassName
{
color: #DCCBE4;
}
</style>
background-color css
<style>
a { background-color: #DCCBE4; }
a { background-color: rgb(220,203,228); }
div.DivClassName
{
background-color: #DCCBE4;
}
.BgClassName
{
background-color: #DCCBE4;
}
</style>
border-color css
<style>
span { border-color: #DCCBE4; }
span { border-color: rgb(220,203,228); }
td.TdClassName
{
border-color: #DCCBE4;
}
.TagClassName
{
border-color: #DCCBE4;
}
</style>