Shades of Titan White #DDDADF
Tints of Titan White #DDDADF
RGB
CMYK
RGB Variations
Color information
#DDDADF (or 0xDDDADF) is known color: Titan White. HEX triplet: DD, DA and DF. RGB value is (221,218,223). Sum of RGB (Red+Green+Blue) = 221+218+223=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 218 (85.55% from 255 or 32.93% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDDADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDDADF is #222520. Grayscale: #DBDBDB. Windows color (decimal): -2237729 or 14670557. OLE color: 14670557.
HSL color Cylindrical-coordinate representation of color #DDDADF: hue angle of 276º degrees, saturation: 0.07, 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 #DDDADF is Cyan = 0.01, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 218 | 223 | - |
CMYK | 0.01 | 0.02 | 0 | 0.13 |
HSL | 276º | 0.07% | 0.86% | - |
HSV(B) | 276º | 0.02% | 0.87% | - |
XYZ | 68.21 | 70.84 | 79.89 | - |
YUV | 219.47 | 129.99 | 129.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 218 | 223 | 0.01 | 0.02 | 0 | 0.13 | 276 | 0.07 | 0.86 |
Hex | DD | DA | DF | 1 | 2 | 0 | D | 114 | 7 | 56 |
Octal | 335 | 332 | 337 | 1 | 2 | 0 | 15 | 424 | 7 | 126 |
Binary | 11011101 | 11011010 | 11011111 | 1 | 10 | 0 | 1101 | 100010100 | 111 | 1010110 |
Color Harmonies of #DDDADF
Complementary color
Monochromatic Colors of #DDDADF
Black with #DDDADF
Text Example
Text Example
White with #DDDADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDADF; }
p { color: rgb(221,218,223); }
H1.HeaderClassName
{
color: #DDDADF;
}
.AnyTagClassName
{
color: #DDDADF;
}
</style>
background-color css
<style>
a { background-color: #DDDADF; }
a { background-color: rgb(221,218,223); }
div.DivClassName
{
background-color: #DDDADF;
}
.BgClassName
{
background-color: #DDDADF;
}
</style>
border-color css
<style>
span { border-color: #DDDADF; }
span { border-color: rgb(221,218,223); }
td.TdClassName
{
border-color: #DDDADF;
}
.TagClassName
{
border-color: #DDDADF;
}
</style>