Shades of Thistle #DACEDB
Tints of Thistle #DACEDB
RGB
CMYK
RGB Variations
Color information
#DACEDB (or 0xDACEDB) is known color: Thistle. HEX triplet: DA, CE and DB. RGB value is (218,206,219). Sum of RGB (Red+Green+Blue) = 218+206+219=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 219 - color contains mainly: blue. Hex color #DACEDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACEDB is #253124. Grayscale: #D3D3D3. Windows color (decimal): -2437413 or 14405338. OLE color: 14405338.
HSL color Cylindrical-coordinate representation of color #DACEDB: hue angle of 295.38º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DACEDB is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 206 | 219 | - |
| CMYK | 0.00 | 0.06 | 0 | 0.14 |
| HSL | 295.38º | 0.15% | 0.83% | - |
| HSV(B) | 295.38º | 0.06% | 0.86% | - |
| XYZ | 63.77 | 64.16 | 76.04 | - |
| YUV | 211.07 | 132.48 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 206 | 219 | 0.00 | 0.06 | 0 | 0.14 | 295.38 | 0.15 | 0.83 |
| Hex | DA | CE | DB | 0 | 6 | 0 | E | 127 | F | 53 |
| Octal | 332 | 316 | 333 | 0 | 6 | 0 | 16 | 447 | 17 | 123 |
| Binary | 11011010 | 11001110 | 11011011 | 0 | 110 | 0 | 1110 | 100100111 | 1111 | 1010011 |
Color Harmonies of #DACEDB
Complementary color
Monochromatic Colors of #DACEDB
Black with #DACEDB
Text Example
Text Example
White with #DACEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACEDB; }
p { color: rgb(218,206,219); }
H1.HeaderClassName
{
color: #DACEDB;
}
.AnyTagClassName
{
color: #DACEDB;
}
</style>
background-color css
<style>
a { background-color: #DACEDB; }
a { background-color: rgb(218,206,219); }
div.DivClassName
{
background-color: #DACEDB;
}
.BgClassName
{
background-color: #DACEDB;
}
</style>
border-color css
<style>
span { border-color: #DACEDB; }
span { border-color: rgb(218,206,219); }
td.TdClassName
{
border-color: #DACEDB;
}
.TagClassName
{
border-color: #DACEDB;
}
</style>