Shades of Titan White #DAC5E5
Tints of Titan White #DAC5E5
RGB
CMYK
RGB Variations
Color information
#DAC5E5 (or 0xDAC5E5) is known color: Titan White. HEX triplet: DA, C5 and E5. RGB value is (218,197,229). Sum of RGB (Red+Green+Blue) = 218+197+229=644 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.85% from 644); Green value is 197 (77.34% from 255 or 30.59% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 229 - color contains mainly: blue. Hex color #DAC5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5E5 is #253A1A. Grayscale: #CECECE. Windows color (decimal): -2439707 or 15058394. OLE color: 15058394.
HSL color Cylindrical-coordinate representation of color #DAC5E5: hue angle of 279.38º degrees, saturation: 0.38, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAC5E5 is Cyan = 0.05, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 218 | 197 | 229 | - |
CMYK | 0.05 | 0.14 | 0 | 0.10 |
HSL | 279.38º | 0.38% | 0.84% | - |
HSV(B) | 279.38º | 0.14% | 0.9% | - |
XYZ | 63.02 | 60.5 | 82.48 | - |
YUV | 206.93 | 140.46 | 135.9 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 197 | 229 | 0.05 | 0.14 | 0 | 0.10 | 279.38 | 0.38 | 0.84 |
Hex | DA | C5 | E5 | 5 | E | 0 | A | 117 | 26 | 54 |
Octal | 332 | 305 | 345 | 5 | 16 | 0 | 12 | 427 | 46 | 124 |
Binary | 11011010 | 11000101 | 11100101 | 101 | 1110 | 0 | 1010 | 100010111 | 100110 | 1010100 |
Color Harmonies of #DAC5E5
Complementary color
Monochromatic Colors of #DAC5E5
Black with #DAC5E5
Text Example
Text Example
White with #DAC5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5E5; }
p { color: rgb(218,197,229); }
H1.HeaderClassName
{
color: #DAC5E5;
}
.AnyTagClassName
{
color: #DAC5E5;
}
</style>
background-color css
<style>
a { background-color: #DAC5E5; }
a { background-color: rgb(218,197,229); }
div.DivClassName
{
background-color: #DAC5E5;
}
.BgClassName
{
background-color: #DAC5E5;
}
</style>
border-color css
<style>
span { border-color: #DAC5E5; }
span { border-color: rgb(218,197,229); }
td.TdClassName
{
border-color: #DAC5E5;
}
.TagClassName
{
border-color: #DAC5E5;
}
</style>