Shades of Thistle #DEC5DB
Tints of Thistle #DEC5DB
RGB
CMYK
RGB Variations
Color information
#DEC5DB (or 0xDEC5DB) is known color: Thistle. HEX triplet: DE, C5 and DB. RGB value is (222,197,219). Sum of RGB (Red+Green+Blue) = 222+197+219=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 197 (77.34% from 255 or 30.88% from 638); Blue value is 219 (85.94% from 255 or 34.33% from 638); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC5DB is #213A24. Grayscale: #CECECE. Windows color (decimal): -2177573 or 14403038. OLE color: 14403038.
HSL color Cylindrical-coordinate representation of color #DEC5DB: hue angle of 307.2º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEC5DB is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 197 | 219 | - |
CMYK | 0 | 0.11 | 0.01 | 0.13 |
HSL | 307.2º | 0.27% | 0.82% | - |
HSV(B) | 307.2º | 0.11% | 0.87% | - |
XYZ | 62.88 | 60.58 | 75.4 | - |
YUV | 206.98 | 134.78 | 138.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 197 | 219 | 0 | 0.11 | 0.01 | 0.13 | 307.2 | 0.27 | 0.82 |
Hex | DE | C5 | DB | 0 | B | 1 | D | 133 | 1B | 52 |
Octal | 336 | 305 | 333 | 0 | 13 | 1 | 15 | 463 | 33 | 122 |
Binary | 11011110 | 11000101 | 11011011 | 0 | 1011 | 1 | 1101 | 100110011 | 11011 | 1010010 |
Color Harmonies of #DEC5DB
Complementary color
Monochromatic Colors of #DEC5DB
Black with #DEC5DB
Text Example
Text Example
White with #DEC5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5DB; }
p { color: rgb(222,197,219); }
H1.HeaderClassName
{
color: #DEC5DB;
}
.AnyTagClassName
{
color: #DEC5DB;
}
</style>
background-color css
<style>
a { background-color: #DEC5DB; }
a { background-color: rgb(222,197,219); }
div.DivClassName
{
background-color: #DEC5DB;
}
.BgClassName
{
background-color: #DEC5DB;
}
</style>
border-color css
<style>
span { border-color: #DEC5DB; }
span { border-color: rgb(222,197,219); }
td.TdClassName
{
border-color: #DEC5DB;
}
.TagClassName
{
border-color: #DEC5DB;
}
</style>