Shades of Titan White #DDCBE6
Tints of Titan White #DDCBE6
RGB
CMYK
RGB Variations
Color information
#DDCBE6 (or 0xDDCBE6) is known color: Titan White. HEX triplet: DD, CB and E6. RGB value is (221,203,230). Sum of RGB (Red+Green+Blue) = 221+203+230=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 203 (79.69% from 255 or 31.04% from 654); Blue value is 230 (90.23% from 255 or 35.17% from 654); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDCBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBE6 is #223419. Grayscale: #D3D3D3. Windows color (decimal): -2241562 or 15125469. OLE color: 15125469.
HSL color Cylindrical-coordinate representation of color #DDCBE6: hue angle of 280º 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 #DDCBE6 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 203 | 230 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.10 |
| HSL | 280º | 0.35% | 0.85% | - |
| HSV(B) | 280º | 0.12% | 0.9% | - |
| XYZ | 65.46 | 63.8 | 83.73 | - |
| YUV | 211.46 | 138.46 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 230 | 0.04 | 0.12 | 0 | 0.10 | 280 | 0.35 | 0.85 |
| Hex | DD | CB | E6 | 4 | C | 0 | A | 118 | 23 | 55 |
| Octal | 335 | 313 | 346 | 4 | 14 | 0 | 12 | 430 | 43 | 125 |
| Binary | 11011101 | 11001011 | 11100110 | 100 | 1100 | 0 | 1010 | 100011000 | 100011 | 1010101 |
Color Harmonies of #DDCBE6
Complementary color
Monochromatic Colors of #DDCBE6
Black with #DDCBE6
Text Example
Text Example
White with #DDCBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBE6; }
p { color: rgb(221,203,230); }
H1.HeaderClassName
{
color: #DDCBE6;
}
.AnyTagClassName
{
color: #DDCBE6;
}
</style>
background-color css
<style>
a { background-color: #DDCBE6; }
a { background-color: rgb(221,203,230); }
div.DivClassName
{
background-color: #DDCBE6;
}
.BgClassName
{
background-color: #DDCBE6;
}
</style>
border-color css
<style>
span { border-color: #DDCBE6; }
span { border-color: rgb(221,203,230); }
td.TdClassName
{
border-color: #DDCBE6;
}
.TagClassName
{
border-color: #DDCBE6;
}
</style>