Shades of Thistle #DDC7DB
Tints of Thistle #DDC7DB
RGB
CMYK
RGB Variations
Color information
#DDC7DB (or 0xDDC7DB) is known color: Thistle. HEX triplet: DD, C7 and DB. RGB value is (221,199,219). Sum of RGB (Red+Green+Blue) = 221+199+219=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 199 (78.12% from 255 or 31.14% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC7DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7DB is #223824. Grayscale: #CFCFCF. Windows color (decimal): -2242597 or 14403549. OLE color: 14403549.
HSL color Cylindrical-coordinate representation of color #DDC7DB: hue angle of 305.45º degrees, saturation: 0.24, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC7DB is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 199 | 219 | - |
CMYK | 0 | 0.10 | 0.01 | 0.13 |
HSL | 305.45º | 0.24% | 0.82% | - |
HSV(B) | 305.45º | 0.1% | 0.87% | - |
XYZ | 63.03 | 61.33 | 75.53 | - |
YUV | 207.86 | 134.29 | 137.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 199 | 219 | 0 | 0.10 | 0.01 | 0.13 | 305.45 | 0.24 | 0.82 |
Hex | DD | C7 | DB | 0 | A | 1 | D | 131 | 18 | 52 |
Octal | 335 | 307 | 333 | 0 | 12 | 1 | 15 | 461 | 30 | 122 |
Binary | 11011101 | 11000111 | 11011011 | 0 | 1010 | 1 | 1101 | 100110001 | 11000 | 1010010 |
Color Harmonies of #DDC7DB
Complementary color
Monochromatic Colors of #DDC7DB
Black with #DDC7DB
Text Example
Text Example
White with #DDC7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7DB; }
p { color: rgb(221,199,219); }
H1.HeaderClassName
{
color: #DDC7DB;
}
.AnyTagClassName
{
color: #DDC7DB;
}
</style>
background-color css
<style>
a { background-color: #DDC7DB; }
a { background-color: rgb(221,199,219); }
div.DivClassName
{
background-color: #DDC7DB;
}
.BgClassName
{
background-color: #DDC7DB;
}
</style>
border-color css
<style>
span { border-color: #DDC7DB; }
span { border-color: rgb(221,199,219); }
td.TdClassName
{
border-color: #DDC7DB;
}
.TagClassName
{
border-color: #DDC7DB;
}
</style>