Shades of Titan White #DACFE1
Tints of Titan White #DACFE1
RGB
CMYK
RGB Variations
Color information
#DACFE1 (or 0xDACFE1) is known color: Titan White. HEX triplet: DA, CF and E1. RGB value is (218,207,225). Sum of RGB (Red+Green+Blue) = 218+207+225=650 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.54% from 650); Green value is 207 (81.25% from 255 or 31.85% from 650); Blue value is 225 (88.28% from 255 or 34.62% from 650); Max value from RGB is 225 - color contains mainly: blue. Hex color #DACFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFE1 is #25301E. Grayscale: #D4D4D4. Windows color (decimal): -2437151 or 14798810. OLE color: 14798810.
HSL color Cylindrical-coordinate representation of color #DACFE1: hue angle of 276.67º degrees, saturation: 0.23, 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 #DACFE1 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 207 | 225 | - |
| CMYK | 0.03 | 0.08 | 0 | 0.12 |
| HSL | 276.67º | 0.23% | 0.85% | - |
| HSV(B) | 276.67º | 0.08% | 0.88% | - |
| XYZ | 64.82 | 64.97 | 80.36 | - |
| YUV | 212.34 | 135.14 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 225 | 0.03 | 0.08 | 0 | 0.12 | 276.67 | 0.23 | 0.85 |
| Hex | DA | CF | E1 | 3 | 8 | 0 | C | 115 | 17 | 55 |
| Octal | 332 | 317 | 341 | 3 | 10 | 0 | 14 | 425 | 27 | 125 |
| Binary | 11011010 | 11001111 | 11100001 | 11 | 1000 | 0 | 1100 | 100010101 | 10111 | 1010101 |
Color Harmonies of #DACFE1
Complementary color
Monochromatic Colors of #DACFE1
Black with #DACFE1
Text Example
Text Example
White with #DACFE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFE1; }
p { color: rgb(218,207,225); }
H1.HeaderClassName
{
color: #DACFE1;
}
.AnyTagClassName
{
color: #DACFE1;
}
</style>
background-color css
<style>
a { background-color: #DACFE1; }
a { background-color: rgb(218,207,225); }
div.DivClassName
{
background-color: #DACFE1;
}
.BgClassName
{
background-color: #DACFE1;
}
</style>
border-color css
<style>
span { border-color: #DACFE1; }
span { border-color: rgb(218,207,225); }
td.TdClassName
{
border-color: #DACFE1;
}
.TagClassName
{
border-color: #DACFE1;
}
</style>