Shades of Titan White #DACFDD
Tints of Titan White #DACFDD
RGB
CMYK
RGB Variations
Color information
#DACFDD (or 0xDACFDD) is known color: Titan White. HEX triplet: DA, CF and DD. RGB value is (218,207,221). Sum of RGB (Red+Green+Blue) = 218+207+221=646 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.75% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 221 (86.72% from 255 or 34.21% from 646); Max value from RGB is 221 - color contains mainly: blue. Hex color #DACFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFDD is #253022. Grayscale: #D3D3D3. Windows color (decimal): -2437155 or 14536666. OLE color: 14536666.
HSL color Cylindrical-coordinate representation of color #DACFDD: hue angle of 287.14º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACFDD is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 207 | 221 | - |
| CMYK | 0.01 | 0.06 | 0 | 0.13 |
| HSL | 287.14º | 0.17% | 0.84% | - |
| HSV(B) | 287.14º | 0.06% | 0.87% | - |
| XYZ | 64.28 | 64.75 | 77.52 | - |
| YUV | 211.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 221 | 0.01 | 0.06 | 0 | 0.13 | 287.14 | 0.17 | 0.84 |
| Hex | DA | CF | DD | 1 | 6 | 0 | D | 11F | 11 | 54 |
| Octal | 332 | 317 | 335 | 1 | 6 | 0 | 15 | 437 | 21 | 124 |
| Binary | 11011010 | 11001111 | 11011101 | 1 | 110 | 0 | 1101 | 100011111 | 10001 | 1010100 |
Color Harmonies of #DACFDD
Complementary color
Monochromatic Colors of #DACFDD
Black with #DACFDD
Text Example
Text Example
White with #DACFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFDD; }
p { color: rgb(218,207,221); }
H1.HeaderClassName
{
color: #DACFDD;
}
.AnyTagClassName
{
color: #DACFDD;
}
</style>
background-color css
<style>
a { background-color: #DACFDD; }
a { background-color: rgb(218,207,221); }
div.DivClassName
{
background-color: #DACFDD;
}
.BgClassName
{
background-color: #DACFDD;
}
</style>
border-color css
<style>
span { border-color: #DACFDD; }
span { border-color: rgb(218,207,221); }
td.TdClassName
{
border-color: #DACFDD;
}
.TagClassName
{
border-color: #DACFDD;
}
</style>