Shades of Thistle #DDC2DD
Tints of Thistle #DDC2DD
RGB
CMYK
RGB Variations
Color information
#DDC2DD (or 0xDDC2DD) is known color: Thistle. HEX triplet: DD, C2 and DD. RGB value is (221,194,221). Sum of RGB (Red+Green+Blue) = 221+194+221=636 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.75% from 636); Green value is 194 (76.17% from 255 or 30.50% from 636); Blue value is 221 (86.72% from 255 or 34.75% from 636); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDC2DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC2DD is #223D22. Grayscale: #CDCDCD. Windows color (decimal): -2243875 or 14533341. OLE color: 14533341.
HSL color Cylindrical-coordinate representation of color #DDC2DD: hue angle of 300º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC2DD is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 194 | 221 | - |
CMYK | 0 | 0.12 | 0 | 0.13 |
HSL | 300º | 0.28% | 0.81% | - |
HSV(B) | 300º | 0.12% | 0.87% | - |
XYZ | 62.16 | 59.18 | 76.55 | - |
YUV | 205.15 | 136.95 | 139.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 194 | 221 | 0 | 0.12 | 0 | 0.13 | 300 | 0.28 | 0.81 |
Hex | DD | C2 | DD | 0 | C | 0 | D | 12C | 1C | 51 |
Octal | 335 | 302 | 335 | 0 | 14 | 0 | 15 | 454 | 34 | 121 |
Binary | 11011101 | 11000010 | 11011101 | 0 | 1100 | 0 | 1101 | 100101100 | 11100 | 1010001 |
Color Harmonies of #DDC2DD
Complementary color
Monochromatic Colors of #DDC2DD
Black with #DDC2DD
Text Example
Text Example
White with #DDC2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC2DD; }
p { color: rgb(221,194,221); }
H1.HeaderClassName
{
color: #DDC2DD;
}
.AnyTagClassName
{
color: #DDC2DD;
}
</style>
background-color css
<style>
a { background-color: #DDC2DD; }
a { background-color: rgb(221,194,221); }
div.DivClassName
{
background-color: #DDC2DD;
}
.BgClassName
{
background-color: #DDC2DD;
}
</style>
border-color css
<style>
span { border-color: #DDC2DD; }
span { border-color: rgb(221,194,221); }
td.TdClassName
{
border-color: #DDC2DD;
}
.TagClassName
{
border-color: #DDC2DD;
}
</style>