Shades of Thistle #DDCCDB
Tints of Thistle #DDCCDB
RGB
CMYK
RGB Variations
Color information
#DDCCDB (or 0xDDCCDB) is known color: Thistle. HEX triplet: DD, CC and DB. RGB value is (221,204,219). Sum of RGB (Red+Green+Blue) = 221+204+219=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 204 (80.08% from 255 or 31.68% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCDB is #223324. Grayscale: #D2D2D2. Windows color (decimal): -2241317 or 14404829. OLE color: 14404829.
HSL color Cylindrical-coordinate representation of color #DDCCDB: hue angle of 307.06º degrees, saturation: 0.2, 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 #DDCCDB is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 204 | 219 | - |
CMYK | 0 | 0.08 | 0.01 | 0.13 |
HSL | 307.06º | 0.2% | 0.83% | - |
HSV(B) | 307.06º | 0.08% | 0.87% | - |
XYZ | 64.2 | 63.67 | 75.92 | - |
YUV | 210.79 | 132.63 | 135.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 219 | 0 | 0.08 | 0.01 | 0.13 | 307.06 | 0.2 | 0.83 |
Hex | DD | CC | DB | 0 | 8 | 1 | D | 133 | 14 | 53 |
Octal | 335 | 314 | 333 | 0 | 10 | 1 | 15 | 463 | 24 | 123 |
Binary | 11011101 | 11001100 | 11011011 | 0 | 1000 | 1 | 1101 | 100110011 | 10100 | 1010011 |
Color Harmonies of #DDCCDB
Complementary color
Monochromatic Colors of #DDCCDB
Black with #DDCCDB
Text Example
Text Example
White with #DDCCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCDB; }
p { color: rgb(221,204,219); }
H1.HeaderClassName
{
color: #DDCCDB;
}
.AnyTagClassName
{
color: #DDCCDB;
}
</style>
background-color css
<style>
a { background-color: #DDCCDB; }
a { background-color: rgb(221,204,219); }
div.DivClassName
{
background-color: #DDCCDB;
}
.BgClassName
{
background-color: #DDCCDB;
}
</style>
border-color css
<style>
span { border-color: #DDCCDB; }
span { border-color: rgb(221,204,219); }
td.TdClassName
{
border-color: #DDCCDB;
}
.TagClassName
{
border-color: #DDCCDB;
}
</style>