Shades of Titan White #DCCBE5
Tints of Titan White #DCCBE5
RGB
CMYK
RGB Variations
Color information
#DCCBE5 (or 0xDCCBE5) is known color: Titan White. HEX triplet: DC, CB and E5. RGB value is (220,203,229). Sum of RGB (Red+Green+Blue) = 220+203+229=652 (86% of max value = 765). Red value is 220 (86.33% from 255 or 33.74% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 229 (89.84% from 255 or 35.12% from 652); Max value from RGB is 229 - color contains mainly: blue. Hex color #DCCBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBE5 is #23341A. Grayscale: #D2D2D2. Windows color (decimal): -2307099 or 15059932. OLE color: 15059932.
HSL color Cylindrical-coordinate representation of color #DCCBE5: hue angle of 279.23º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCCBE5 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 203 | 229 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.10 |
| HSL | 279.23º | 0.33% | 0.85% | - |
| HSV(B) | 279.23º | 0.11% | 0.9% | - |
| XYZ | 65.01 | 63.58 | 82.98 | - |
| YUV | 211.05 | 138.13 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 229 | 0.04 | 0.11 | 0 | 0.10 | 279.23 | 0.33 | 0.85 |
| Hex | DC | CB | E5 | 4 | B | 0 | A | 117 | 21 | 55 |
| Octal | 334 | 313 | 345 | 4 | 13 | 0 | 12 | 427 | 41 | 125 |
| Binary | 11011100 | 11001011 | 11100101 | 100 | 1011 | 0 | 1010 | 100010111 | 100001 | 1010101 |
Color Harmonies of #DCCBE5
Complementary color
Monochromatic Colors of #DCCBE5
Black with #DCCBE5
Text Example
Text Example
White with #DCCBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBE5; }
p { color: rgb(220,203,229); }
H1.HeaderClassName
{
color: #DCCBE5;
}
.AnyTagClassName
{
color: #DCCBE5;
}
</style>
background-color css
<style>
a { background-color: #DCCBE5; }
a { background-color: rgb(220,203,229); }
div.DivClassName
{
background-color: #DCCBE5;
}
.BgClassName
{
background-color: #DCCBE5;
}
</style>
border-color css
<style>
span { border-color: #DCCBE5; }
span { border-color: rgb(220,203,229); }
td.TdClassName
{
border-color: #DCCBE5;
}
.TagClassName
{
border-color: #DCCBE5;
}
</style>