Shades of Thistle #DDCBDD
Tints of Thistle #DDCBDD
RGB
CMYK
RGB Variations
Color information
#DDCBDD (or 0xDDCBDD) is known color: Thistle. HEX triplet: DD, CB and DD. RGB value is (221,203,221). Sum of RGB (Red+Green+Blue) = 221+203+221=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 203 (79.69% from 255 or 31.47% from 645); Blue value is 221 (86.72% from 255 or 34.26% from 645); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDCBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBDD is #223422. Grayscale: #D2D2D2. Windows color (decimal): -2241571 or 14535645. OLE color: 14535645.
HSL color Cylindrical-coordinate representation of color #DDCBDD: hue angle of 300º 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 #DDCBDD is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 203 | 221 | - |
CMYK | 0 | 0.08 | 0 | 0.13 |
HSL | 300º | 0.21% | 0.83% | - |
HSV(B) | 300º | 0.08% | 0.87% | - |
XYZ | 64.23 | 63.3 | 77.24 | - |
YUV | 210.43 | 133.96 | 135.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 203 | 221 | 0 | 0.08 | 0 | 0.13 | 300 | 0.21 | 0.83 |
Hex | DD | CB | DD | 0 | 8 | 0 | D | 12C | 15 | 53 |
Octal | 335 | 313 | 335 | 0 | 10 | 0 | 15 | 454 | 25 | 123 |
Binary | 11011101 | 11001011 | 11011101 | 0 | 1000 | 0 | 1101 | 100101100 | 10101 | 1010011 |
Color Harmonies of #DDCBDD
Complementary color
Monochromatic Colors of #DDCBDD
Black with #DDCBDD
Text Example
Text Example
White with #DDCBDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBDD; }
p { color: rgb(221,203,221); }
H1.HeaderClassName
{
color: #DDCBDD;
}
.AnyTagClassName
{
color: #DDCBDD;
}
</style>
background-color css
<style>
a { background-color: #DDCBDD; }
a { background-color: rgb(221,203,221); }
div.DivClassName
{
background-color: #DDCBDD;
}
.BgClassName
{
background-color: #DDCBDD;
}
</style>
border-color css
<style>
span { border-color: #DDCBDD; }
span { border-color: rgb(221,203,221); }
td.TdClassName
{
border-color: #DDCBDD;
}
.TagClassName
{
border-color: #DDCBDD;
}
</style>