Shades of Titan White #DDDBE0
Tints of Titan White #DDDBE0
RGB
CMYK
RGB Variations
Color information
#DDDBE0 (or 0xDDDBE0) is known color: Titan White. HEX triplet: DD, DB and E0. RGB value is (221,219,224). Sum of RGB (Red+Green+Blue) = 221+219+224=664 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.28% from 664); Green value is 219 (85.94% from 255 or 32.98% from 664); Blue value is 224 (87.89% from 255 or 33.73% from 664); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDDBE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDBE0 is #22241F. Grayscale: #DCDCDC. Windows color (decimal): -2237472 or 14736349. OLE color: 14736349.
HSL color Cylindrical-coordinate representation of color #DDDBE0: hue angle of 264º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDDBE0 is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
RGB | 221 | 219 | 224 | - |
CMYK | 0.01 | 0.02 | 0 | 0.12 |
HSL | 264º | 0.07% | 0.87% | - |
HSV(B) | 264º | 0.02% | 0.88% | - |
XYZ | 68.6 | 71.42 | 80.69 | - |
YUV | 220.17 | 130.16 | 128.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 219 | 224 | 0.01 | 0.02 | 0 | 0.12 | 264 | 0.07 | 0.87 |
Hex | DD | DB | E0 | 1 | 2 | 0 | C | 108 | 7 | 57 |
Octal | 335 | 333 | 340 | 1 | 2 | 0 | 14 | 410 | 7 | 127 |
Binary | 11011101 | 11011011 | 11100000 | 1 | 10 | 0 | 1100 | 100001000 | 111 | 1010111 |
Color Harmonies of #DDDBE0
Complementary color
Monochromatic Colors of #DDDBE0
Black with #DDDBE0
Text Example
Text Example
White with #DDDBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDBE0; }
p { color: rgb(221,219,224); }
H1.HeaderClassName
{
color: #DDDBE0;
}
.AnyTagClassName
{
color: #DDDBE0;
}
</style>
background-color css
<style>
a { background-color: #DDDBE0; }
a { background-color: rgb(221,219,224); }
div.DivClassName
{
background-color: #DDDBE0;
}
.BgClassName
{
background-color: #DDDBE0;
}
</style>
border-color css
<style>
span { border-color: #DDDBE0; }
span { border-color: rgb(221,219,224); }
td.TdClassName
{
border-color: #DDDBE0;
}
.TagClassName
{
border-color: #DDDBE0;
}
</style>