Shades of Thistle #DDCBDE
Tints of Thistle #DDCBDE
RGB
CMYK
RGB Variations
Color information
#DDCBDE (or 0xDDCBDE) is known color: Thistle. HEX triplet: DD, CB and DE. RGB value is (221,203,222). Sum of RGB (Red+Green+Blue) = 221+203+222=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 203 (79.69% from 255 or 31.42% from 646); Blue value is 222 (87.11% from 255 or 34.37% from 646); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDCBDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBDE is #223421. Grayscale: #D2D2D2. Windows color (decimal): -2241570 or 14601181. OLE color: 14601181.
HSL color Cylindrical-coordinate representation of color #DDCBDE: hue angle of 296.84º 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 #DDCBDE is Cyan = 0.00, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 222 | - |
| CMYK | 0.00 | 0.09 | 0 | 0.13 |
| HSL | 296.84º | 0.22% | 0.83% | - |
| HSV(B) | 296.84º | 0.09% | 0.87% | - |
| XYZ | 64.36 | 63.36 | 77.94 | - |
| YUV | 210.55 | 134.46 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 222 | 0.00 | 0.09 | 0 | 0.13 | 296.84 | 0.22 | 0.83 |
| Hex | DD | CB | DE | 0 | 9 | 0 | D | 129 | 16 | 53 |
| Octal | 335 | 313 | 336 | 0 | 11 | 0 | 15 | 451 | 26 | 123 |
| Binary | 11011101 | 11001011 | 11011110 | 0 | 1001 | 0 | 1101 | 100101001 | 10110 | 1010011 |
Color Harmonies of #DDCBDE
Complementary color
Monochromatic Colors of #DDCBDE
Black with #DDCBDE
Text Example
Text Example
White with #DDCBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBDE; }
p { color: rgb(221,203,222); }
H1.HeaderClassName
{
color: #DDCBDE;
}
.AnyTagClassName
{
color: #DDCBDE;
}
</style>
background-color css
<style>
a { background-color: #DDCBDE; }
a { background-color: rgb(221,203,222); }
div.DivClassName
{
background-color: #DDCBDE;
}
.BgClassName
{
background-color: #DDCBDE;
}
</style>
border-color css
<style>
span { border-color: #DDCBDE; }
span { border-color: rgb(221,203,222); }
td.TdClassName
{
border-color: #DDCBDE;
}
.TagClassName
{
border-color: #DDCBDE;
}
</style>