Shades of Titan White #DDCBE7
Tints of Titan White #DDCBE7
RGB
CMYK
RGB Variations
Color information
#DDCBE7 (or 0xDDCBE7) is known color: Titan White. HEX triplet: DD, CB and E7. RGB value is (221,203,231). Sum of RGB (Red+Green+Blue) = 221+203+231=655 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.74% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDCBE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCBE7 is #223418. Grayscale: #D3D3D3. Windows color (decimal): -2241561 or 15191005. OLE color: 15191005.
HSL color Cylindrical-coordinate representation of color #DDCBE7: hue angle of 278.57º degrees, saturation: 0.37, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDCBE7 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 203 | 231 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.09 |
| HSL | 278.57º | 0.37% | 0.85% | - |
| HSV(B) | 278.57º | 0.12% | 0.91% | - |
| XYZ | 65.6 | 63.85 | 84.47 | - |
| YUV | 211.57 | 138.96 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 231 | 0.04 | 0.12 | 0 | 0.09 | 278.57 | 0.37 | 0.85 |
| Hex | DD | CB | E7 | 4 | C | 0 | 9 | 117 | 25 | 55 |
| Octal | 335 | 313 | 347 | 4 | 14 | 0 | 11 | 427 | 45 | 125 |
| Binary | 11011101 | 11001011 | 11100111 | 100 | 1100 | 0 | 1001 | 100010111 | 100101 | 1010101 |
Color Harmonies of #DDCBE7
Complementary color
Monochromatic Colors of #DDCBE7
Black with #DDCBE7
Text Example
Text Example
White with #DDCBE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBE7; }
p { color: rgb(221,203,231); }
H1.HeaderClassName
{
color: #DDCBE7;
}
.AnyTagClassName
{
color: #DDCBE7;
}
</style>
background-color css
<style>
a { background-color: #DDCBE7; }
a { background-color: rgb(221,203,231); }
div.DivClassName
{
background-color: #DDCBE7;
}
.BgClassName
{
background-color: #DDCBE7;
}
</style>
border-color css
<style>
span { border-color: #DDCBE7; }
span { border-color: rgb(221,203,231); }
td.TdClassName
{
border-color: #DDCBE7;
}
.TagClassName
{
border-color: #DDCBE7;
}
</style>