Shades of Titan White #DDDCDE
Tints of Titan White #DDDCDE
RGB
CMYK
RGB Variations
Color information
#DDDCDE (or 0xDDDCDE) is known color: Titan White. HEX triplet: DD, DC and DE. RGB value is (221,220,222). Sum of RGB (Red+Green+Blue) = 221+220+222=663 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.33% from 663); Green value is 220 (86.33% from 255 or 33.18% from 663); Blue value is 222 (87.11% from 255 or 33.48% from 663); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDDCDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDCDE is #222321. Grayscale: #DCDCDC. Windows color (decimal): -2237218 or 14605533. OLE color: 14605533.
HSL color Cylindrical-coordinate representation of color #DDDCDE: hue angle of 270º degrees, saturation: 0.03, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #DDDCDE is Cyan = 0.00, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 220 | 222 | - |
CMYK | 0.00 | 0.01 | 0 | 0.13 |
HSL | 270º | 0.03% | 0.87% | - |
HSV(B) | 270º | 0.01% | 0.87% | - |
XYZ | 68.6 | 71.83 | 79.36 | - |
YUV | 220.53 | 128.83 | 128.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 220 | 222 | 0.00 | 0.01 | 0 | 0.13 | 270 | 0.03 | 0.87 |
Hex | DD | DC | DE | 0 | 1 | 0 | D | 10E | 3 | 57 |
Octal | 335 | 334 | 336 | 0 | 1 | 0 | 15 | 416 | 3 | 127 |
Binary | 11011101 | 11011100 | 11011110 | 0 | 1 | 0 | 1101 | 100001110 | 11 | 1010111 |
Color Harmonies of #DDDCDE
Complementary color
Monochromatic Colors of #DDDCDE
Black with #DDDCDE
Text Example
Text Example
White with #DDDCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDCDE; }
p { color: rgb(221,220,222); }
H1.HeaderClassName
{
color: #DDDCDE;
}
.AnyTagClassName
{
color: #DDDCDE;
}
</style>
background-color css
<style>
a { background-color: #DDDCDE; }
a { background-color: rgb(221,220,222); }
div.DivClassName
{
background-color: #DDDCDE;
}
.BgClassName
{
background-color: #DDDCDE;
}
</style>
border-color css
<style>
span { border-color: #DDDCDE; }
span { border-color: rgb(221,220,222); }
td.TdClassName
{
border-color: #DDDCDE;
}
.TagClassName
{
border-color: #DDDCDE;
}
</style>