Shades of Thistle #DDC1DC
Tints of Thistle #DDC1DC
RGB
CMYK
RGB Variations
Color information
#DDC1DC (or 0xDDC1DC) is known color: Thistle. HEX triplet: DD, C1 and DC. RGB value is (221,193,220). Sum of RGB (Red+Green+Blue) = 221+193+220=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 193 (75.78% from 255 or 30.44% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC1DC is #223E23. Grayscale: #CCCCCC. Windows color (decimal): -2244132 or 14467549. OLE color: 14467549.
HSL color Cylindrical-coordinate representation of color #DDC1DC: hue angle of 302.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC1DC is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 193 | 220 | - |
CMYK | 0 | 0.13 | 0.00 | 0.13 |
HSL | 302.14º | 0.29% | 0.81% | - |
HSV(B) | 302.14º | 0.13% | 0.87% | - |
XYZ | 61.81 | 58.68 | 75.78 | - |
YUV | 204.45 | 136.78 | 139.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 193 | 220 | 0 | 0.13 | 0.00 | 0.13 | 302.14 | 0.29 | 0.81 |
Hex | DD | C1 | DC | 0 | D | 0 | D | 12E | 1D | 51 |
Octal | 335 | 301 | 334 | 0 | 15 | 0 | 15 | 456 | 35 | 121 |
Binary | 11011101 | 11000001 | 11011100 | 0 | 1101 | 0 | 1101 | 100101110 | 11101 | 1010001 |
Color Harmonies of #DDC1DC
Complementary color
Monochromatic Colors of #DDC1DC
Black with #DDC1DC
Text Example
Text Example
White with #DDC1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC1DC; }
p { color: rgb(221,193,220); }
H1.HeaderClassName
{
color: #DDC1DC;
}
.AnyTagClassName
{
color: #DDC1DC;
}
</style>
background-color css
<style>
a { background-color: #DDC1DC; }
a { background-color: rgb(221,193,220); }
div.DivClassName
{
background-color: #DDC1DC;
}
.BgClassName
{
background-color: #DDC1DC;
}
</style>
border-color css
<style>
span { border-color: #DDC1DC; }
span { border-color: rgb(221,193,220); }
td.TdClassName
{
border-color: #DDC1DC;
}
.TagClassName
{
border-color: #DDC1DC;
}
</style>