Shades of Titan White #DDCCEA
Tints of Titan White #DDCCEA
RGB
CMYK
RGB Variations
Color information
#DDCCEA (or 0xDDCCEA) is known color: Titan White. HEX triplet: DD, CC and EA. RGB value is (221,204,234). Sum of RGB (Red+Green+Blue) = 221+204+234=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 234 (91.80% from 255 or 35.51% from 659); Max value from RGB is 234 - color contains mainly: blue. Hex color #DDCCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCEA is #223315. Grayscale: #D4D4D4. Windows color (decimal): -2241302 or 15387869. OLE color: 15387869.
HSL color Cylindrical-coordinate representation of color #DDCCEA: hue angle of 274º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDCCEA is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 204 | 234 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.08 |
| HSL | 274º | 0.42% | 0.86% | - |
| HSV(B) | 274º | 0.13% | 0.92% | - |
| XYZ | 66.26 | 64.5 | 86.8 | - |
| YUV | 212.5 | 140.13 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 234 | 0.06 | 0.13 | 0 | 0.08 | 274 | 0.42 | 0.86 |
| Hex | DD | CC | EA | 6 | D | 0 | 8 | 112 | 2A | 56 |
| Octal | 335 | 314 | 352 | 6 | 15 | 0 | 10 | 422 | 52 | 126 |
| Binary | 11011101 | 11001100 | 11101010 | 110 | 1101 | 0 | 1000 | 100010010 | 101010 | 1010110 |
Color Harmonies of #DDCCEA
Complementary color
Monochromatic Colors of #DDCCEA
Black with #DDCCEA
Text Example
Text Example
White with #DDCCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCEA; }
p { color: rgb(221,204,234); }
H1.HeaderClassName
{
color: #DDCCEA;
}
.AnyTagClassName
{
color: #DDCCEA;
}
</style>
background-color css
<style>
a { background-color: #DDCCEA; }
a { background-color: rgb(221,204,234); }
div.DivClassName
{
background-color: #DDCCEA;
}
.BgClassName
{
background-color: #DDCCEA;
}
</style>
border-color css
<style>
span { border-color: #DDCCEA; }
span { border-color: rgb(221,204,234); }
td.TdClassName
{
border-color: #DDCCEA;
}
.TagClassName
{
border-color: #DDCCEA;
}
</style>