Shades of Thistle #DECBDB
Tints of Thistle #DECBDB
RGB
CMYK
RGB Variations
Color information
#DECBDB (or 0xDECBDB) is known color: Thistle. HEX triplet: DE, CB and DB. RGB value is (222,203,219). Sum of RGB (Red+Green+Blue) = 222+203+219=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 203 (79.69% from 255 or 31.52% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 222 - color contains mainly: red. Hex color #DECBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECBDB is #213424. Grayscale: #D2D2D2. Windows color (decimal): -2176037 or 14404574. OLE color: 14404574.
HSL color Cylindrical-coordinate representation of color #DECBDB: hue angle of 309.47º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DECBDB is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 203 | 219 | - |
CMYK | 0 | 0.09 | 0.01 | 0.13 |
HSL | 309.47º | 0.22% | 0.83% | - |
HSV(B) | 309.47º | 0.09% | 0.87% | - |
XYZ | 64.27 | 63.36 | 75.86 | - |
YUV | 210.51 | 132.79 | 136.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 203 | 219 | 0 | 0.09 | 0.01 | 0.13 | 309.47 | 0.22 | 0.83 |
Hex | DE | CB | DB | 0 | 9 | 1 | D | 135 | 16 | 53 |
Octal | 336 | 313 | 333 | 0 | 11 | 1 | 15 | 465 | 26 | 123 |
Binary | 11011110 | 11001011 | 11011011 | 0 | 1001 | 1 | 1101 | 100110101 | 10110 | 1010011 |
Color Harmonies of #DECBDB
Complementary color
Monochromatic Colors of #DECBDB
Black with #DECBDB
Text Example
Text Example
White with #DECBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECBDB; }
p { color: rgb(222,203,219); }
H1.HeaderClassName
{
color: #DECBDB;
}
.AnyTagClassName
{
color: #DECBDB;
}
</style>
background-color css
<style>
a { background-color: #DECBDB; }
a { background-color: rgb(222,203,219); }
div.DivClassName
{
background-color: #DECBDB;
}
.BgClassName
{
background-color: #DECBDB;
}
</style>
border-color css
<style>
span { border-color: #DECBDB; }
span { border-color: rgb(222,203,219); }
td.TdClassName
{
border-color: #DECBDB;
}
.TagClassName
{
border-color: #DECBDB;
}
</style>