Shades of Titan White #DACEDF
Tints of Titan White #DACEDF
RGB
CMYK
RGB Variations
Color information
#DACEDF (or 0xDACEDF) is known color: Titan White. HEX triplet: DA, CE and DF. RGB value is (218,206,223). Sum of RGB (Red+Green+Blue) = 218+206+223=647 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.69% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 223 - color contains mainly: blue. Hex color #DACEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEDF is #253120. Grayscale: #D3D3D3. Windows color (decimal): -2437409 or 14667482. OLE color: 14667482.
HSL color Cylindrical-coordinate representation of color #DACEDF: hue angle of 282.35º degrees, saturation: 0.21, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DACEDF is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 206 | 223 | - |
| CMYK | 0.02 | 0.08 | 0 | 0.13 |
| HSL | 282.35º | 0.21% | 0.84% | - |
| HSV(B) | 282.35º | 0.08% | 0.87% | - |
| XYZ | 64.3 | 64.38 | 78.85 | - |
| YUV | 211.53 | 134.48 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 223 | 0.02 | 0.08 | 0 | 0.13 | 282.35 | 0.21 | 0.84 |
| Hex | DA | CE | DF | 2 | 8 | 0 | D | 11A | 15 | 54 |
| Octal | 332 | 316 | 337 | 2 | 10 | 0 | 15 | 432 | 25 | 124 |
| Binary | 11011010 | 11001110 | 11011111 | 10 | 1000 | 0 | 1101 | 100011010 | 10101 | 1010100 |
Color Harmonies of #DACEDF
Complementary color
Monochromatic Colors of #DACEDF
Black with #DACEDF
Text Example
Text Example
White with #DACEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEDF; }
p { color: rgb(218,206,223); }
H1.HeaderClassName
{
color: #DACEDF;
}
.AnyTagClassName
{
color: #DACEDF;
}
</style>
background-color css
<style>
a { background-color: #DACEDF; }
a { background-color: rgb(218,206,223); }
div.DivClassName
{
background-color: #DACEDF;
}
.BgClassName
{
background-color: #DACEDF;
}
</style>
border-color css
<style>
span { border-color: #DACEDF; }
span { border-color: rgb(218,206,223); }
td.TdClassName
{
border-color: #DACEDF;
}
.TagClassName
{
border-color: #DACEDF;
}
</style>