Shades of Thistle #DDCBDA
Tints of Thistle #DDCBDA
RGB
CMYK
RGB Variations
Color information
#DDCBDA (or 0xDDCBDA) is known color: Thistle. HEX triplet: DD, CB and DA. RGB value is (221,203,218). Sum of RGB (Red+Green+Blue) = 221+203+218=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 218 (85.55% from 255 or 33.96% from 642); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBDA is #223425. Grayscale: #D2D2D2. Windows color (decimal): -2241574 or 14339037. OLE color: 14339037.
HSL color Cylindrical-coordinate representation of color #DDCBDA: hue angle of 310º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDCBDA is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 218 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.13 |
| HSL | 310º | 0.21% | 0.83% | - |
| HSV(B) | 310º | 0.08% | 0.87% | - |
| XYZ | 63.83 | 63.15 | 75.15 | - |
| YUV | 210.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 218 | 0 | 0.08 | 0.01 | 0.13 | 310 | 0.21 | 0.83 |
| Hex | DD | CB | DA | 0 | 8 | 1 | D | 136 | 15 | 53 |
| Octal | 335 | 313 | 332 | 0 | 10 | 1 | 15 | 466 | 25 | 123 |
| Binary | 11011101 | 11001011 | 11011010 | 0 | 1000 | 1 | 1101 | 100110110 | 10101 | 1010011 |
Color Harmonies of #DDCBDA
Complementary color
Monochromatic Colors of #DDCBDA
Black with #DDCBDA
Text Example
Text Example
White with #DDCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBDA; }
p { color: rgb(221,203,218); }
H1.HeaderClassName
{
color: #DDCBDA;
}
.AnyTagClassName
{
color: #DDCBDA;
}
</style>
background-color css
<style>
a { background-color: #DDCBDA; }
a { background-color: rgb(221,203,218); }
div.DivClassName
{
background-color: #DDCBDA;
}
.BgClassName
{
background-color: #DDCBDA;
}
</style>
border-color css
<style>
span { border-color: #DDCBDA; }
span { border-color: rgb(221,203,218); }
td.TdClassName
{
border-color: #DDCBDA;
}
.TagClassName
{
border-color: #DDCBDA;
}
</style>