Shades of Thistle #DACBDB
Tints of Thistle #DACBDB
RGB
CMYK
RGB Variations
Color information
#DACBDB (or 0xDACBDB) is known color: Thistle. HEX triplet: DA, CB and DB. RGB value is (218,203,219). Sum of RGB (Red+Green+Blue) = 218+203+219=640 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.06% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 219 - color contains mainly: blue. Hex color #DACBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBDB is #253424. Grayscale: #D1D1D1. Windows color (decimal): -2438181 or 14404570. OLE color: 14404570.
HSL color Cylindrical-coordinate representation of color #DACBDB: hue angle of 296.25º degrees, saturation: 0.18, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACBDB is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 218 | 203 | 219 | - |
CMYK | 0.00 | 0.07 | 0 | 0.14 |
HSL | 296.25º | 0.18% | 0.83% | - |
HSV(B) | 296.25º | 0.07% | 0.86% | - |
XYZ | 63.06 | 62.73 | 75.8 | - |
YUV | 209.31 | 133.47 | 134.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 203 | 219 | 0.00 | 0.07 | 0 | 0.14 | 296.25 | 0.18 | 0.83 |
Hex | DA | CB | DB | 0 | 7 | 0 | E | 128 | 12 | 53 |
Octal | 332 | 313 | 333 | 0 | 7 | 0 | 16 | 450 | 22 | 123 |
Binary | 11011010 | 11001011 | 11011011 | 0 | 111 | 0 | 1110 | 100101000 | 10010 | 1010011 |
Color Harmonies of #DACBDB
Complementary color
Monochromatic Colors of #DACBDB
Black with #DACBDB
Text Example
Text Example
White with #DACBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACBDB; }
p { color: rgb(218,203,219); }
H1.HeaderClassName
{
color: #DACBDB;
}
.AnyTagClassName
{
color: #DACBDB;
}
</style>
background-color css
<style>
a { background-color: #DACBDB; }
a { background-color: rgb(218,203,219); }
div.DivClassName
{
background-color: #DACBDB;
}
.BgClassName
{
background-color: #DACBDB;
}
</style>
border-color css
<style>
span { border-color: #DACBDB; }
span { border-color: rgb(218,203,219); }
td.TdClassName
{
border-color: #DACBDB;
}
.TagClassName
{
border-color: #DACBDB;
}
</style>