Shades of Titan White #DACFE2
Tints of Titan White #DACFE2
RGB
CMYK
RGB Variations
Color information
#DACFE2 (or 0xDACFE2) is known color: Titan White. HEX triplet: DA, CF and E2. RGB value is (218,207,226). Sum of RGB (Red+Green+Blue) = 218+207+226=651 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.49% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 226 (88.67% from 255 or 34.72% from 651); Max value from RGB is 226 - color contains mainly: blue. Hex color #DACFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFE2 is #25301D. Grayscale: #D4D4D4. Windows color (decimal): -2437150 or 14864346. OLE color: 14864346.
HSL color Cylindrical-coordinate representation of color #DACFE2: hue angle of 274.74º degrees, saturation: 0.25, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DACFE2 is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 207 | 226 | - |
| CMYK | 0.04 | 0.08 | 0 | 0.11 |
| HSL | 274.74º | 0.25% | 0.85% | - |
| HSV(B) | 274.74º | 0.08% | 0.89% | - |
| XYZ | 64.95 | 65.02 | 81.08 | - |
| YUV | 212.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 226 | 0.04 | 0.08 | 0 | 0.11 | 274.74 | 0.25 | 0.85 |
| Hex | DA | CF | E2 | 4 | 8 | 0 | B | 113 | 19 | 55 |
| Octal | 332 | 317 | 342 | 4 | 10 | 0 | 13 | 423 | 31 | 125 |
| Binary | 11011010 | 11001111 | 11100010 | 100 | 1000 | 0 | 1011 | 100010011 | 11001 | 1010101 |
Color Harmonies of #DACFE2
Complementary color
Monochromatic Colors of #DACFE2
Black with #DACFE2
Text Example
Text Example
White with #DACFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFE2; }
p { color: rgb(218,207,226); }
H1.HeaderClassName
{
color: #DACFE2;
}
.AnyTagClassName
{
color: #DACFE2;
}
</style>
background-color css
<style>
a { background-color: #DACFE2; }
a { background-color: rgb(218,207,226); }
div.DivClassName
{
background-color: #DACFE2;
}
.BgClassName
{
background-color: #DACFE2;
}
</style>
border-color css
<style>
span { border-color: #DACFE2; }
span { border-color: rgb(218,207,226); }
td.TdClassName
{
border-color: #DACFE2;
}
.TagClassName
{
border-color: #DACFE2;
}
</style>