Shades of Titan White #DACFE0
Tints of Titan White #DACFE0
RGB
CMYK
RGB Variations
Color information
#DACFE0 (or 0xDACFE0) is known color: Titan White. HEX triplet: DA, CF and E0. RGB value is (218,207,224). Sum of RGB (Red+Green+Blue) = 218+207+224=649 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.59% from 649); Green value is 207 (81.25% from 255 or 31.90% from 649); Blue value is 224 (87.89% from 255 or 34.51% from 649); Max value from RGB is 224 - color contains mainly: blue. Hex color #DACFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFE0 is #25301F. Grayscale: #D4D4D4. Windows color (decimal): -2437152 or 14733274. OLE color: 14733274.
HSL color Cylindrical-coordinate representation of color #DACFE0: hue angle of 278.82º degrees, saturation: 0.22, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DACFE0 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 207 | 224 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.12 |
| HSL | 278.82º | 0.22% | 0.85% | - |
| HSV(B) | 278.82º | 0.08% | 0.88% | - |
| XYZ | 64.68 | 64.91 | 79.64 | - |
| YUV | 212.23 | 134.64 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 224 | 0.03 | 0.08 | 0 | 0.12 | 278.82 | 0.22 | 0.85 |
| Hex | DA | CF | E0 | 3 | 8 | 0 | C | 117 | 16 | 55 |
| Octal | 332 | 317 | 340 | 3 | 10 | 0 | 14 | 427 | 26 | 125 |
| Binary | 11011010 | 11001111 | 11100000 | 11 | 1000 | 0 | 1100 | 100010111 | 10110 | 1010101 |
Color Harmonies of #DACFE0
Complementary color
Monochromatic Colors of #DACFE0
Black with #DACFE0
Text Example
Text Example
White with #DACFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFE0; }
p { color: rgb(218,207,224); }
H1.HeaderClassName
{
color: #DACFE0;
}
.AnyTagClassName
{
color: #DACFE0;
}
</style>
background-color css
<style>
a { background-color: #DACFE0; }
a { background-color: rgb(218,207,224); }
div.DivClassName
{
background-color: #DACFE0;
}
.BgClassName
{
background-color: #DACFE0;
}
</style>
border-color css
<style>
span { border-color: #DACFE0; }
span { border-color: rgb(218,207,224); }
td.TdClassName
{
border-color: #DACFE0;
}
.TagClassName
{
border-color: #DACFE0;
}
</style>