Shades of Titan White #DDD3E7
Tints of Titan White #DDD3E7
RGB
CMYK
RGB Variations
Color information
#DDD3E7 (or 0xDDD3E7) is known color: Titan White. HEX triplet: DD, D3 and E7. RGB value is (221,211,231). Sum of RGB (Red+Green+Blue) = 221+211+231=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 211 (82.81% from 255 or 31.83% from 663); Blue value is 231 (90.62% from 255 or 34.84% from 663); Max value from RGB is 231 - color contains mainly: blue. Hex color #DDD3E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDD3E7 is #222C18. Grayscale: #D8D8D8. Windows color (decimal): -2239513 or 15193053. OLE color: 15193053.
HSL color Cylindrical-coordinate representation of color #DDD3E7: hue angle of 270º degrees, saturation: 0.29, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDD3E7 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 221 | 211 | 231 | - |
CMYK | 0.04 | 0.09 | 0 | 0.09 |
HSL | 270º | 0.29% | 0.87% | - |
HSV(B) | 270º | 0.09% | 0.91% | - |
XYZ | 67.54 | 67.73 | 85.11 | - |
YUV | 216.27 | 136.31 | 131.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 211 | 231 | 0.04 | 0.09 | 0 | 0.09 | 270 | 0.29 | 0.87 |
Hex | DD | D3 | E7 | 4 | 9 | 0 | 9 | 10E | 1D | 57 |
Octal | 335 | 323 | 347 | 4 | 11 | 0 | 11 | 416 | 35 | 127 |
Binary | 11011101 | 11010011 | 11100111 | 100 | 1001 | 0 | 1001 | 100001110 | 11101 | 1010111 |
Color Harmonies of #DDD3E7
Complementary color
Monochromatic Colors of #DDD3E7
Black with #DDD3E7
Text Example
Text Example
White with #DDD3E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD3E7; }
p { color: rgb(221,211,231); }
H1.HeaderClassName
{
color: #DDD3E7;
}
.AnyTagClassName
{
color: #DDD3E7;
}
</style>
background-color css
<style>
a { background-color: #DDD3E7; }
a { background-color: rgb(221,211,231); }
div.DivClassName
{
background-color: #DDD3E7;
}
.BgClassName
{
background-color: #DDD3E7;
}
</style>
border-color css
<style>
span { border-color: #DDD3E7; }
span { border-color: rgb(221,211,231); }
td.TdClassName
{
border-color: #DDD3E7;
}
.TagClassName
{
border-color: #DDD3E7;
}
</style>