Shades of Titan White #DDCDE4
Tints of Titan White #DDCDE4
RGB
CMYK
RGB Variations
Color information
#DDCDE4 (or 0xDDCDE4) is known color: Titan White. HEX triplet: DD, CD and E4. RGB value is (221,205,228). Sum of RGB (Red+Green+Blue) = 221+205+228=654 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.79% from 654); Green value is 205 (80.47% from 255 or 31.35% from 654); Blue value is 228 (89.45% from 255 or 34.86% from 654); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDCDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDE4 is #22321B. Grayscale: #D4D4D4. Windows color (decimal): -2241052 or 14994909. OLE color: 14994909.
HSL color Cylindrical-coordinate representation of color #DDCDE4: hue angle of 281.74º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCDE4 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 205 | 228 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.11 |
| HSL | 281.74º | 0.3% | 0.85% | - |
| HSV(B) | 281.74º | 0.1% | 0.89% | - |
| XYZ | 65.65 | 64.64 | 82.41 | - |
| YUV | 212.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 205 | 228 | 0.03 | 0.10 | 0 | 0.11 | 281.74 | 0.3 | 0.85 |
| Hex | DD | CD | E4 | 3 | A | 0 | B | 11A | 1E | 55 |
| Octal | 335 | 315 | 344 | 3 | 12 | 0 | 13 | 432 | 36 | 125 |
| Binary | 11011101 | 11001101 | 11100100 | 11 | 1010 | 0 | 1011 | 100011010 | 11110 | 1010101 |
Color Harmonies of #DDCDE4
Complementary color
Monochromatic Colors of #DDCDE4
Black with #DDCDE4
Text Example
Text Example
White with #DDCDE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDE4; }
p { color: rgb(221,205,228); }
H1.HeaderClassName
{
color: #DDCDE4;
}
.AnyTagClassName
{
color: #DDCDE4;
}
</style>
background-color css
<style>
a { background-color: #DDCDE4; }
a { background-color: rgb(221,205,228); }
div.DivClassName
{
background-color: #DDCDE4;
}
.BgClassName
{
background-color: #DDCDE4;
}
</style>
border-color css
<style>
span { border-color: #DDCDE4; }
span { border-color: rgb(221,205,228); }
td.TdClassName
{
border-color: #DDCDE4;
}
.TagClassName
{
border-color: #DDCDE4;
}
</style>