Shades of Titan White #DAC5E3
Tints of Titan White #DAC5E3
RGB
CMYK
RGB Variations
Color information
#DAC5E3 (or 0xDAC5E3) is known color: Titan White. HEX triplet: DA, C5 and E3. RGB value is (218,197,227). Sum of RGB (Red+Green+Blue) = 218+197+227=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 197 (77.34% from 255 or 30.69% from 642); Blue value is 227 (89.06% from 255 or 35.36% from 642); Max value from RGB is 227 - color contains mainly: blue. Hex color #DAC5E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAC5E3 is #253A1C. Grayscale: #CECECE. Windows color (decimal): -2439709 or 14927322. OLE color: 14927322.
HSL color Cylindrical-coordinate representation of color #DAC5E3: hue angle of 282º degrees, saturation: 0.35, 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 #DAC5E3 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 218 | 197 | 227 | - |
CMYK | 0.04 | 0.13 | 0 | 0.11 |
HSL | 282º | 0.35% | 0.83% | - |
HSV(B) | 282º | 0.13% | 0.89% | - |
XYZ | 62.74 | 60.38 | 81.02 | - |
YUV | 206.7 | 139.46 | 136.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 197 | 227 | 0.04 | 0.13 | 0 | 0.11 | 282 | 0.35 | 0.83 |
Hex | DA | C5 | E3 | 4 | D | 0 | B | 11A | 23 | 53 |
Octal | 332 | 305 | 343 | 4 | 15 | 0 | 13 | 432 | 43 | 123 |
Binary | 11011010 | 11000101 | 11100011 | 100 | 1101 | 0 | 1011 | 100011010 | 100011 | 1010011 |
Color Harmonies of #DAC5E3
Complementary color
Monochromatic Colors of #DAC5E3
Black with #DAC5E3
Text Example
Text Example
White with #DAC5E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5E3; }
p { color: rgb(218,197,227); }
H1.HeaderClassName
{
color: #DAC5E3;
}
.AnyTagClassName
{
color: #DAC5E3;
}
</style>
background-color css
<style>
a { background-color: #DAC5E3; }
a { background-color: rgb(218,197,227); }
div.DivClassName
{
background-color: #DAC5E3;
}
.BgClassName
{
background-color: #DAC5E3;
}
</style>
border-color css
<style>
span { border-color: #DAC5E3; }
span { border-color: rgb(218,197,227); }
td.TdClassName
{
border-color: #DAC5E3;
}
.TagClassName
{
border-color: #DAC5E3;
}
</style>