Shades of Thistle #DACFD9
Tints of Thistle #DACFD9
RGB
CMYK
RGB Variations
Color information
#DACFD9 (or 0xDACFD9) is known color: Thistle. HEX triplet: DA, CF and D9. RGB value is (218,207,217). Sum of RGB (Red+Green+Blue) = 218+207+217=642 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.96% from 642); Green value is 207 (81.25% from 255 or 32.24% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 218 - color contains mainly: red. Hex color #DACFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACFD9 is #253026. Grayscale: #D3D3D3. Windows color (decimal): -2437159 or 14274522. OLE color: 14274522.
HSL color Cylindrical-coordinate representation of color #DACFD9: hue angle of 305.45º degrees, saturation: 0.13, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DACFD9 is Cyan = 0, Magento = 0.05, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 207 | 217 | - |
CMYK | 0 | 0.05 | 0.00 | 0.15 |
HSL | 305.45º | 0.13% | 0.83% | - |
HSV(B) | 305.45º | 0.05% | 0.85% | - |
XYZ | 63.75 | 64.54 | 74.74 | - |
YUV | 211.43 | 131.14 | 132.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 207 | 217 | 0 | 0.05 | 0.00 | 0.15 | 305.45 | 0.13 | 0.83 |
Hex | DA | CF | D9 | 0 | 5 | 0 | F | 131 | D | 53 |
Octal | 332 | 317 | 331 | 0 | 5 | 0 | 17 | 461 | 15 | 123 |
Binary | 11011010 | 11001111 | 11011001 | 0 | 101 | 0 | 1111 | 100110001 | 1101 | 1010011 |
Color Harmonies of #DACFD9
Complementary color
Monochromatic Colors of #DACFD9
Black with #DACFD9
Text Example
Text Example
White with #DACFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACFD9; }
p { color: rgb(218,207,217); }
H1.HeaderClassName
{
color: #DACFD9;
}
.AnyTagClassName
{
color: #DACFD9;
}
</style>
background-color css
<style>
a { background-color: #DACFD9; }
a { background-color: rgb(218,207,217); }
div.DivClassName
{
background-color: #DACFD9;
}
.BgClassName
{
background-color: #DACFD9;
}
</style>
border-color css
<style>
span { border-color: #DACFD9; }
span { border-color: rgb(218,207,217); }
td.TdClassName
{
border-color: #DACFD9;
}
.TagClassName
{
border-color: #DACFD9;
}
</style>