Shades of Titan White #DDCCE7
Tints of Titan White #DDCCE7
RGB
CMYK
RGB Variations
Color information
#DDCCE7 (or 0xDDCCE7) is known color: Titan White. HEX triplet: DD, CC and E7. RGB value is (221,204,231). Sum of RGB (Red+Green+Blue) = 221+204+231=656 (86% of max value = 765). Red value is 221 (86.72% from 255 or 33.69% from 656); Green value is 204 (80.08% from 255 or 31.10% from 656); Blue value is 231 (90.62% from 255 or 35.21% from 656); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDCCE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCCE7 is #223318. Grayscale: #D4D4D4. Windows color (decimal): -2241305 or 15191261. OLE color: 15191261.
HSL color Cylindrical-coordinate representation of color #DDCCE7: hue angle of 277.78º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDCCE7 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 204 | 231 | - |
CMYK | 0.04 | 0.12 | 0 | 0.09 |
HSL | 277.78º | 0.36% | 0.85% | - |
HSV(B) | 277.78º | 0.12% | 0.91% | - |
XYZ | 65.84 | 64.33 | 84.55 | - |
YUV | 212.16 | 138.63 | 134.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 231 | 0.04 | 0.12 | 0 | 0.09 | 277.78 | 0.36 | 0.85 |
Hex | DD | CC | E7 | 4 | C | 0 | 9 | 116 | 24 | 55 |
Octal | 335 | 314 | 347 | 4 | 14 | 0 | 11 | 426 | 44 | 125 |
Binary | 11011101 | 11001100 | 11100111 | 100 | 1100 | 0 | 1001 | 100010110 | 100100 | 1010101 |
Color Harmonies of #DDCCE7
Complementary color
Monochromatic Colors of #DDCCE7
Black with #DDCCE7
Text Example
Text Example
White with #DDCCE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCE7; }
p { color: rgb(221,204,231); }
H1.HeaderClassName
{
color: #DDCCE7;
}
.AnyTagClassName
{
color: #DDCCE7;
}
</style>
background-color css
<style>
a { background-color: #DDCCE7; }
a { background-color: rgb(221,204,231); }
div.DivClassName
{
background-color: #DDCCE7;
}
.BgClassName
{
background-color: #DDCCE7;
}
</style>
border-color css
<style>
span { border-color: #DDCCE7; }
span { border-color: rgb(221,204,231); }
td.TdClassName
{
border-color: #DDCCE7;
}
.TagClassName
{
border-color: #DDCCE7;
}
</style>