Shades of Titan White #DAD3DC
Tints of Titan White #DAD3DC
RGB
CMYK
RGB Variations
Color information
#DAD3DC (or 0xDAD3DC) is known color: Titan White. HEX triplet: DA, D3 and DC. RGB value is (218,211,220). Sum of RGB (Red+Green+Blue) = 218+211+220=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 211 (82.81% from 255 or 32.51% from 649); Blue value is 220 (86.33% from 255 or 33.90% from 649); Max value from RGB is 220 - color contains mainly: blue. Hex color #DAD3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3DC is #252C23. Grayscale: #D6D6D6. Windows color (decimal): -2436132 or 14472154. OLE color: 14472154.
HSL color Cylindrical-coordinate representation of color #DAD3DC: hue angle of 286.67º degrees, saturation: 0.11, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DAD3DC is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 211 | 220 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.14 |
| HSL | 286.67º | 0.11% | 0.85% | - |
| HSV(B) | 286.67º | 0.04% | 0.86% | - |
| XYZ | 65.13 | 66.66 | 77.14 | - |
| YUV | 214.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 211 | 220 | 0.01 | 0.04 | 0 | 0.14 | 286.67 | 0.11 | 0.85 |
| Hex | DA | D3 | DC | 1 | 4 | 0 | E | 11F | B | 55 |
| Octal | 332 | 323 | 334 | 1 | 4 | 0 | 16 | 437 | 13 | 125 |
| Binary | 11011010 | 11010011 | 11011100 | 1 | 100 | 0 | 1110 | 100011111 | 1011 | 1010101 |
Color Harmonies of #DAD3DC
Complementary color
Monochromatic Colors of #DAD3DC
Black with #DAD3DC
Text Example
Text Example
White with #DAD3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD3DC; }
p { color: rgb(218,211,220); }
H1.HeaderClassName
{
color: #DAD3DC;
}
.AnyTagClassName
{
color: #DAD3DC;
}
</style>
background-color css
<style>
a { background-color: #DAD3DC; }
a { background-color: rgb(218,211,220); }
div.DivClassName
{
background-color: #DAD3DC;
}
.BgClassName
{
background-color: #DAD3DC;
}
</style>
border-color css
<style>
span { border-color: #DAD3DC; }
span { border-color: rgb(218,211,220); }
td.TdClassName
{
border-color: #DAD3DC;
}
.TagClassName
{
border-color: #DAD3DC;
}
</style>