Shades of Thistle #DACED8
Tints of Thistle #DACED8
RGB
CMYK
RGB Variations
Color information
#DACED8 (or 0xDACED8) is known color: Thistle. HEX triplet: DA, CE and D8. RGB value is (218,206,216). Sum of RGB (Red+Green+Blue) = 218+206+216=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 216 (84.77% from 255 or 33.75% from 640); Max value from RGB is 218 - color contains mainly: red. Hex color #DACED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACED8 is #253127. Grayscale: #D2D2D2. Windows color (decimal): -2437416 or 14208730. OLE color: 14208730.
HSL color Cylindrical-coordinate representation of color #DACED8: hue angle of 310º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACED8 is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 206 | 216 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.15 |
| HSL | 310º | 0.14% | 0.83% | - |
| HSV(B) | 310º | 0.06% | 0.85% | - |
| XYZ | 63.38 | 64.01 | 73.98 | - |
| YUV | 210.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 216 | 0 | 0.06 | 0.01 | 0.15 | 310 | 0.14 | 0.83 |
| Hex | DA | CE | D8 | 0 | 6 | 1 | F | 136 | E | 53 |
| Octal | 332 | 316 | 330 | 0 | 6 | 1 | 17 | 466 | 16 | 123 |
| Binary | 11011010 | 11001110 | 11011000 | 0 | 110 | 1 | 1111 | 100110110 | 1110 | 1010011 |
Color Harmonies of #DACED8
Complementary color
Monochromatic Colors of #DACED8
Black with #DACED8
Text Example
Text Example
White with #DACED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACED8; }
p { color: rgb(218,206,216); }
H1.HeaderClassName
{
color: #DACED8;
}
.AnyTagClassName
{
color: #DACED8;
}
</style>
background-color css
<style>
a { background-color: #DACED8; }
a { background-color: rgb(218,206,216); }
div.DivClassName
{
background-color: #DACED8;
}
.BgClassName
{
background-color: #DACED8;
}
</style>
border-color css
<style>
span { border-color: #DACED8; }
span { border-color: rgb(218,206,216); }
td.TdClassName
{
border-color: #DACED8;
}
.TagClassName
{
border-color: #DACED8;
}
</style>