Shades of Titan White #DDCEE6
Tints of Titan White #DDCEE6
RGB
CMYK
RGB Variations
Color information
#DDCEE6 (or 0xDDCEE6) is known color: Titan White. HEX triplet: DD, CE and E6. RGB value is (221,206,230). Sum of RGB (Red+Green+Blue) = 221+206+230=657 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.64% from 657); Green value is 206 (80.86% from 255 or 31.35% from 657); Blue value is 230 (90.23% from 255 or 35.01% from 657); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDCEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCEE6 is #223119. Grayscale: #D5D5D5. Windows color (decimal): -2240794 or 15126237. OLE color: 15126237.
HSL color Cylindrical-coordinate representation of color #DDCEE6: hue angle of 277.5º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCEE6 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 206 | 230 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.10 |
| HSL | 277.5º | 0.32% | 0.85% | - |
| HSV(B) | 277.5º | 0.1% | 0.9% | - |
| XYZ | 66.17 | 65.23 | 83.97 | - |
| YUV | 213.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 206 | 230 | 0.04 | 0.10 | 0 | 0.10 | 277.5 | 0.32 | 0.85 |
| Hex | DD | CE | E6 | 4 | A | 0 | A | 116 | 20 | 55 |
| Octal | 335 | 316 | 346 | 4 | 12 | 0 | 12 | 426 | 40 | 125 |
| Binary | 11011101 | 11001110 | 11100110 | 100 | 1010 | 0 | 1010 | 100010110 | 100000 | 1010101 |
Color Harmonies of #DDCEE6
Complementary color
Monochromatic Colors of #DDCEE6
Black with #DDCEE6
Text Example
Text Example
White with #DDCEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEE6; }
p { color: rgb(221,206,230); }
H1.HeaderClassName
{
color: #DDCEE6;
}
.AnyTagClassName
{
color: #DDCEE6;
}
</style>
background-color css
<style>
a { background-color: #DDCEE6; }
a { background-color: rgb(221,206,230); }
div.DivClassName
{
background-color: #DDCEE6;
}
.BgClassName
{
background-color: #DDCEE6;
}
</style>
border-color css
<style>
span { border-color: #DDCEE6; }
span { border-color: rgb(221,206,230); }
td.TdClassName
{
border-color: #DDCEE6;
}
.TagClassName
{
border-color: #DDCEE6;
}
</style>