Shades of Titan White #DDCBE5
Tints of Titan White #DDCBE5
RGB
CMYK
RGB Variations
Color information
#DDCBE5 (or 0xDDCBE5) is known color: Titan White. HEX triplet: DD, CB and E5. RGB value is (221,203,229). Sum of RGB (Red+Green+Blue) = 221+203+229=653 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.84% from 653); Green value is 203 (79.69% from 255 or 31.09% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDCBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBE5 is #22341A. Grayscale: #D3D3D3. Windows color (decimal): -2241563 or 15059933. OLE color: 15059933.
HSL color Cylindrical-coordinate representation of color #DDCBE5: hue angle of 281.54º 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 #DDCBE5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 203 | 229 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.10 |
| HSL | 281.54º | 0.33% | 0.85% | - |
| HSV(B) | 281.54º | 0.11% | 0.9% | - |
| XYZ | 65.32 | 63.74 | 82.99 | - |
| YUV | 211.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 229 | 0.03 | 0.11 | 0 | 0.10 | 281.54 | 0.33 | 0.85 |
| Hex | DD | CB | E5 | 3 | B | 0 | A | 11A | 21 | 55 |
| Octal | 335 | 313 | 345 | 3 | 13 | 0 | 12 | 432 | 41 | 125 |
| Binary | 11011101 | 11001011 | 11100101 | 11 | 1011 | 0 | 1010 | 100011010 | 100001 | 1010101 |
Color Harmonies of #DDCBE5
Complementary color
Monochromatic Colors of #DDCBE5
Black with #DDCBE5
Text Example
Text Example
White with #DDCBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBE5; }
p { color: rgb(221,203,229); }
H1.HeaderClassName
{
color: #DDCBE5;
}
.AnyTagClassName
{
color: #DDCBE5;
}
</style>
background-color css
<style>
a { background-color: #DDCBE5; }
a { background-color: rgb(221,203,229); }
div.DivClassName
{
background-color: #DDCBE5;
}
.BgClassName
{
background-color: #DDCBE5;
}
</style>
border-color css
<style>
span { border-color: #DDCBE5; }
span { border-color: rgb(221,203,229); }
td.TdClassName
{
border-color: #DDCBE5;
}
.TagClassName
{
border-color: #DDCBE5;
}
</style>