Shades of Titan White #DDDADE
Tints of Titan White #DDDADE
RGB
CMYK
RGB Variations
Color information
#DDDADE (or 0xDDDADE) is known color: Titan White. HEX triplet: DD, DA and DE. RGB value is (221,218,222). Sum of RGB (Red+Green+Blue) = 221+218+222=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 218 (85.55% from 255 or 32.98% from 661); Blue value is 222 (87.11% from 255 or 33.59% from 661); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDDADE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDADE is #222521. Grayscale: #DBDBDB. Windows color (decimal): -2237730 or 14605021. OLE color: 14605021.
HSL color Cylindrical-coordinate representation of color #DDDADE: hue angle of 285º degrees, saturation: 0.06, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DDDADE is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 222 | - |
CMYK | 0.00 | 0.02 | 0 | 0.13 |
HSL | 285º | 0.06% | 0.86% | - |
HSV(B) | 285º | 0.02% | 0.87% | - |
XYZ | 68.08 | 70.79 | 79.18 | - |
YUV | 219.35 | 129.49 | 129.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 222 | 0.00 | 0.02 | 0 | 0.13 | 285 | 0.06 | 0.86 |
Hex | DD | DA | DE | 0 | 2 | 0 | D | 11D | 6 | 56 |
Octal | 335 | 332 | 336 | 0 | 2 | 0 | 15 | 435 | 6 | 126 |
Binary | 11011101 | 11011010 | 11011110 | 0 | 10 | 0 | 1101 | 100011101 | 110 | 1010110 |
Color Harmonies of #DDDADE
Complementary color
Monochromatic Colors of #DDDADE
Black with #DDDADE
Text Example
Text Example
White with #DDDADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDADE; }
p { color: rgb(221,218,222); }
H1.HeaderClassName
{
color: #DDDADE;
}
.AnyTagClassName
{
color: #DDDADE;
}
</style>
background-color css
<style>
a { background-color: #DDDADE; }
a { background-color: rgb(221,218,222); }
div.DivClassName
{
background-color: #DDDADE;
}
.BgClassName
{
background-color: #DDDADE;
}
</style>
border-color css
<style>
span { border-color: #DDDADE; }
span { border-color: rgb(221,218,222); }
td.TdClassName
{
border-color: #DDDADE;
}
.TagClassName
{
border-color: #DDDADE;
}
</style>