Shades of Titan White #DDCDE9
Tints of Titan White #DDCDE9
RGB
CMYK
RGB Variations
Color information
#DDCDE9 (or 0xDDCDE9) is known color: Titan White. HEX triplet: DD, CD and E9. RGB value is (221,205,233). Sum of RGB (Red+Green+Blue) = 221+205+233=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 233 (91.41% from 255 or 35.36% from 659); Max value from RGB is 233 - color contains mainly: blue. Hex color #DDCDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCDE9 is #223216. Grayscale: #D4D4D4. Windows color (decimal): -2241047 or 15322589. OLE color: 15322589.
HSL color Cylindrical-coordinate representation of color #DDCDE9: hue angle of 274.29º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDCDE9 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 205 | 233 | - |
CMYK | 0.05 | 0.12 | 0 | 0.09 |
HSL | 274.29º | 0.39% | 0.86% | - |
HSV(B) | 274.29º | 0.12% | 0.91% | - |
XYZ | 66.36 | 64.92 | 86.12 | - |
YUV | 212.98 | 139.3 | 133.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 233 | 0.05 | 0.12 | 0 | 0.09 | 274.29 | 0.39 | 0.86 |
Hex | DD | CD | E9 | 5 | C | 0 | 9 | 112 | 27 | 56 |
Octal | 335 | 315 | 351 | 5 | 14 | 0 | 11 | 422 | 47 | 126 |
Binary | 11011101 | 11001101 | 11101001 | 101 | 1100 | 0 | 1001 | 100010010 | 100111 | 1010110 |
Color Harmonies of #DDCDE9
Complementary color
Monochromatic Colors of #DDCDE9
Black with #DDCDE9
Text Example
Text Example
White with #DDCDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDE9; }
p { color: rgb(221,205,233); }
H1.HeaderClassName
{
color: #DDCDE9;
}
.AnyTagClassName
{
color: #DDCDE9;
}
</style>
background-color css
<style>
a { background-color: #DDCDE9; }
a { background-color: rgb(221,205,233); }
div.DivClassName
{
background-color: #DDCDE9;
}
.BgClassName
{
background-color: #DDCDE9;
}
</style>
border-color css
<style>
span { border-color: #DDCDE9; }
span { border-color: rgb(221,205,233); }
td.TdClassName
{
border-color: #DDCDE9;
}
.TagClassName
{
border-color: #DDCDE9;
}
</style>