Shades of Titan White #DDD1E4
Tints of Titan White #DDD1E4
RGB
CMYK
RGB Variations
Color information
#DDD1E4 (or 0xDDD1E4) is known color: Titan White. HEX triplet: DD, D1 and E4. RGB value is (221,209,228). Sum of RGB (Red+Green+Blue) = 221+209+228=658 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.59% from 658); Green value is 209 (82.03% from 255 or 31.76% from 658); Blue value is 228 (89.45% from 255 or 34.65% from 658); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDD1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD1E4 is #222E1B. Grayscale: #D6D6D6. Windows color (decimal): -2240028 or 14995933. OLE color: 14995933.
HSL color Cylindrical-coordinate representation of color #DDD1E4: hue angle of 277.89º degrees, saturation: 0.26, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDD1E4 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 209 | 228 | - |
CMYK | 0.03 | 0.08 | 0 | 0.11 |
HSL | 277.89º | 0.26% | 0.86% | - |
HSV(B) | 277.89º | 0.08% | 0.89% | - |
XYZ | 66.62 | 66.57 | 82.74 | - |
YUV | 214.75 | 135.48 | 132.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 209 | 228 | 0.03 | 0.08 | 0 | 0.11 | 277.89 | 0.26 | 0.86 |
Hex | DD | D1 | E4 | 3 | 8 | 0 | B | 116 | 1A | 56 |
Octal | 335 | 321 | 344 | 3 | 10 | 0 | 13 | 426 | 32 | 126 |
Binary | 11011101 | 11010001 | 11100100 | 11 | 1000 | 0 | 1011 | 100010110 | 11010 | 1010110 |
Color Harmonies of #DDD1E4
Complementary color
Monochromatic Colors of #DDD1E4
Black with #DDD1E4
Text Example
Text Example
White with #DDD1E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD1E4; }
p { color: rgb(221,209,228); }
H1.HeaderClassName
{
color: #DDD1E4;
}
.AnyTagClassName
{
color: #DDD1E4;
}
</style>
background-color css
<style>
a { background-color: #DDD1E4; }
a { background-color: rgb(221,209,228); }
div.DivClassName
{
background-color: #DDD1E4;
}
.BgClassName
{
background-color: #DDD1E4;
}
</style>
border-color css
<style>
span { border-color: #DDD1E4; }
span { border-color: rgb(221,209,228); }
td.TdClassName
{
border-color: #DDD1E4;
}
.TagClassName
{
border-color: #DDD1E4;
}
</style>