Shades of Titan White #DDD3E4
Tints of Titan White #DDD3E4
RGB
CMYK
RGB Variations
Color information
#DDD3E4 (or 0xDDD3E4) is known color: Titan White. HEX triplet: DD, D3 and E4. RGB value is (221,211,228). Sum of RGB (Red+Green+Blue) = 221+211+228=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 211 (82.81% from 255 or 31.97% from 660); Blue value is 228 (89.45% from 255 or 34.55% from 660); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDD3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3E4 is #222C1B. Grayscale: #D7D7D7. Windows color (decimal): -2239516 or 14996445. OLE color: 14996445.
HSL color Cylindrical-coordinate representation of color #DDD3E4: hue angle of 275.29º degrees, saturation: 0.24, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDD3E4 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 211 | 228 | - |
CMYK | 0.03 | 0.07 | 0 | 0.11 |
HSL | 275.29º | 0.24% | 0.86% | - |
HSV(B) | 275.29º | 0.07% | 0.89% | - |
XYZ | 67.12 | 67.56 | 82.9 | - |
YUV | 215.93 | 134.81 | 131.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 211 | 228 | 0.03 | 0.07 | 0 | 0.11 | 275.29 | 0.24 | 0.86 |
Hex | DD | D3 | E4 | 3 | 7 | 0 | B | 113 | 18 | 56 |
Octal | 335 | 323 | 344 | 3 | 7 | 0 | 13 | 423 | 30 | 126 |
Binary | 11011101 | 11010011 | 11100100 | 11 | 111 | 0 | 1011 | 100010011 | 11000 | 1010110 |
Color Harmonies of #DDD3E4
Complementary color
Monochromatic Colors of #DDD3E4
Black with #DDD3E4
Text Example
Text Example
White with #DDD3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3E4; }
p { color: rgb(221,211,228); }
H1.HeaderClassName
{
color: #DDD3E4;
}
.AnyTagClassName
{
color: #DDD3E4;
}
</style>
background-color css
<style>
a { background-color: #DDD3E4; }
a { background-color: rgb(221,211,228); }
div.DivClassName
{
background-color: #DDD3E4;
}
.BgClassName
{
background-color: #DDD3E4;
}
</style>
border-color css
<style>
span { border-color: #DDD3E4; }
span { border-color: rgb(221,211,228); }
td.TdClassName
{
border-color: #DDD3E4;
}
.TagClassName
{
border-color: #DDD3E4;
}
</style>