Shades of Titan White #DDCBE4
Tints of Titan White #DDCBE4
RGB
CMYK
RGB Variations
Color information
#DDCBE4 (or 0xDDCBE4) is known color: Titan White. HEX triplet: DD, CB and E4. RGB value is (221,203,228). Sum of RGB (Red+Green+Blue) = 221+203+228=652 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.90% from 652); Green value is 203 (79.69% from 255 or 31.13% from 652); Blue value is 228 (89.45% from 255 or 34.97% from 652); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDCBE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBE4 is #22341B. Grayscale: #D3D3D3. Windows color (decimal): -2241564 or 14994397. OLE color: 14994397.
HSL color Cylindrical-coordinate representation of color #DDCBE4: hue angle of 283.2º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DDCBE4 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 203 | 228 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.11 |
| HSL | 283.2º | 0.32% | 0.85% | - |
| HSV(B) | 283.2º | 0.11% | 0.89% | - |
| XYZ | 65.18 | 63.69 | 82.26 | - |
| YUV | 211.23 | 137.46 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 228 | 0.03 | 0.11 | 0 | 0.11 | 283.2 | 0.32 | 0.85 |
| Hex | DD | CB | E4 | 3 | B | 0 | B | 11B | 20 | 55 |
| Octal | 335 | 313 | 344 | 3 | 13 | 0 | 13 | 433 | 40 | 125 |
| Binary | 11011101 | 11001011 | 11100100 | 11 | 1011 | 0 | 1011 | 100011011 | 100000 | 1010101 |
Color Harmonies of #DDCBE4
Complementary color
Monochromatic Colors of #DDCBE4
Black with #DDCBE4
Text Example
Text Example
White with #DDCBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBE4; }
p { color: rgb(221,203,228); }
H1.HeaderClassName
{
color: #DDCBE4;
}
.AnyTagClassName
{
color: #DDCBE4;
}
</style>
background-color css
<style>
a { background-color: #DDCBE4; }
a { background-color: rgb(221,203,228); }
div.DivClassName
{
background-color: #DDCBE4;
}
.BgClassName
{
background-color: #DDCBE4;
}
</style>
border-color css
<style>
span { border-color: #DDCBE4; }
span { border-color: rgb(221,203,228); }
td.TdClassName
{
border-color: #DDCBE4;
}
.TagClassName
{
border-color: #DDCBE4;
}
</style>