Shades of Titan White #DAC5E2
Tints of Titan White #DAC5E2
RGB
CMYK
RGB Variations
Color information
#DAC5E2 (or 0xDAC5E2) is known color: Titan White. HEX triplet: DA, C5 and E2. RGB value is (218,197,226). Sum of RGB (Red+Green+Blue) = 218+197+226=641 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.01% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 226 (88.67% from 255 or 35.26% from 641); Max value from RGB is 226 - color contains mainly: blue. Hex color #DAC5E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5E2 is #253A1D. Grayscale: #CECECE. Windows color (decimal): -2439710 or 14861786. OLE color: 14861786.
HSL color Cylindrical-coordinate representation of color #DAC5E2: hue angle of 283.45º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DAC5E2 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 197 | 226 | - |
CMYK | 0.04 | 0.13 | 0 | 0.11 |
HSL | 283.45º | 0.33% | 0.83% | - |
HSV(B) | 283.45º | 0.13% | 0.89% | - |
XYZ | 62.61 | 60.33 | 80.3 | - |
YUV | 206.59 | 138.96 | 136.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 197 | 226 | 0.04 | 0.13 | 0 | 0.11 | 283.45 | 0.33 | 0.83 |
Hex | DA | C5 | E2 | 4 | D | 0 | B | 11B | 21 | 53 |
Octal | 332 | 305 | 342 | 4 | 15 | 0 | 13 | 433 | 41 | 123 |
Binary | 11011010 | 11000101 | 11100010 | 100 | 1101 | 0 | 1011 | 100011011 | 100001 | 1010011 |
Color Harmonies of #DAC5E2
Complementary color
Monochromatic Colors of #DAC5E2
Black with #DAC5E2
Text Example
Text Example
White with #DAC5E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5E2; }
p { color: rgb(218,197,226); }
H1.HeaderClassName
{
color: #DAC5E2;
}
.AnyTagClassName
{
color: #DAC5E2;
}
</style>
background-color css
<style>
a { background-color: #DAC5E2; }
a { background-color: rgb(218,197,226); }
div.DivClassName
{
background-color: #DAC5E2;
}
.BgClassName
{
background-color: #DAC5E2;
}
</style>
border-color css
<style>
span { border-color: #DAC5E2; }
span { border-color: rgb(218,197,226); }
td.TdClassName
{
border-color: #DAC5E2;
}
.TagClassName
{
border-color: #DAC5E2;
}
</style>