Shades of Titan White #DCCBE6
Tints of Titan White #DCCBE6
RGB
CMYK
RGB Variations
Color information
#DCCBE6 (or 0xDCCBE6) is known color: Titan White. HEX triplet: DC, CB and E6. RGB value is (220,203,230). Sum of RGB (Red+Green+Blue) = 220+203+230=653 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.69% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 230 (90.23% from 255 or 35.22% from 653); Max value from RGB is 230 - color contains mainly: blue. Hex color #DCCBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DCCBE6 is #233419. Grayscale: #D3D3D3. Windows color (decimal): -2307098 or 15125468. OLE color: 15125468.
HSL color Cylindrical-coordinate representation of color #DCCBE6: hue angle of 277.78º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCCBE6 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 203 | 230 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.10 |
| HSL | 277.78º | 0.35% | 0.85% | - |
| HSV(B) | 277.78º | 0.12% | 0.9% | - |
| XYZ | 65.15 | 63.64 | 83.71 | - |
| YUV | 211.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 230 | 0.04 | 0.12 | 0 | 0.10 | 277.78 | 0.35 | 0.85 |
| Hex | DC | CB | E6 | 4 | C | 0 | A | 116 | 23 | 55 |
| Octal | 334 | 313 | 346 | 4 | 14 | 0 | 12 | 426 | 43 | 125 |
| Binary | 11011100 | 11001011 | 11100110 | 100 | 1100 | 0 | 1010 | 100010110 | 100011 | 1010101 |
Color Harmonies of #DCCBE6
Complementary color
Monochromatic Colors of #DCCBE6
Black with #DCCBE6
Text Example
Text Example
White with #DCCBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBE6; }
p { color: rgb(220,203,230); }
H1.HeaderClassName
{
color: #DCCBE6;
}
.AnyTagClassName
{
color: #DCCBE6;
}
</style>
background-color css
<style>
a { background-color: #DCCBE6; }
a { background-color: rgb(220,203,230); }
div.DivClassName
{
background-color: #DCCBE6;
}
.BgClassName
{
background-color: #DCCBE6;
}
</style>
border-color css
<style>
span { border-color: #DCCBE6; }
span { border-color: rgb(220,203,230); }
td.TdClassName
{
border-color: #DCCBE6;
}
.TagClassName
{
border-color: #DCCBE6;
}
</style>