Shades of Thistle #DDCBDB
Tints of Thistle #DDCBDB
RGB
CMYK
RGB Variations
Color information
#DDCBDB (or 0xDDCBDB) is known color: Thistle. HEX triplet: DD, CB and DB. RGB value is (221,203,219). Sum of RGB (Red+Green+Blue) = 221+203+219=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBDB is #223424. Grayscale: #D2D2D2. Windows color (decimal): -2241573 or 14404573. OLE color: 14404573.
HSL color Cylindrical-coordinate representation of color #DDCBDB: hue angle of 306.67º 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 #DDCBDB is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 203 | 219 | - |
CMYK | 0 | 0.08 | 0.01 | 0.13 |
HSL | 306.67º | 0.21% | 0.83% | - |
HSV(B) | 306.67º | 0.08% | 0.87% | - |
XYZ | 63.96 | 63.2 | 75.85 | - |
YUV | 210.21 | 132.96 | 135.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 203 | 219 | 0 | 0.08 | 0.01 | 0.13 | 306.67 | 0.21 | 0.83 |
Hex | DD | CB | DB | 0 | 8 | 1 | D | 133 | 15 | 53 |
Octal | 335 | 313 | 333 | 0 | 10 | 1 | 15 | 463 | 25 | 123 |
Binary | 11011101 | 11001011 | 11011011 | 0 | 1000 | 1 | 1101 | 100110011 | 10101 | 1010011 |
Color Harmonies of #DDCBDB
Complementary color
Monochromatic Colors of #DDCBDB
Black with #DDCBDB
Text Example
Text Example
White with #DDCBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBDB; }
p { color: rgb(221,203,219); }
H1.HeaderClassName
{
color: #DDCBDB;
}
.AnyTagClassName
{
color: #DDCBDB;
}
</style>
background-color css
<style>
a { background-color: #DDCBDB; }
a { background-color: rgb(221,203,219); }
div.DivClassName
{
background-color: #DDCBDB;
}
.BgClassName
{
background-color: #DDCBDB;
}
</style>
border-color css
<style>
span { border-color: #DDCBDB; }
span { border-color: rgb(221,203,219); }
td.TdClassName
{
border-color: #DDCBDB;
}
.TagClassName
{
border-color: #DDCBDB;
}
</style>