Shades of Thistle #DDCCDA
Tints of Thistle #DDCCDA
RGB
CMYK
RGB Variations
Color information
#DDCCDA (or 0xDDCCDA) is known color: Thistle. HEX triplet: DD, CC and DA. RGB value is (221,204,218). Sum of RGB (Red+Green+Blue) = 221+204+218=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 218 (85.55% from 255 or 33.90% from 643); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCDA is #223325. Grayscale: #D2D2D2. Windows color (decimal): -2241318 or 14339293. OLE color: 14339293.
HSL color Cylindrical-coordinate representation of color #DDCCDA: hue angle of 310.59º 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 #DDCCDA is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 204 | 218 | - |
CMYK | 0 | 0.08 | 0.01 | 0.13 |
HSL | 310.59º | 0.2% | 0.83% | - |
HSV(B) | 310.59º | 0.08% | 0.87% | - |
XYZ | 64.07 | 63.62 | 75.23 | - |
YUV | 210.68 | 132.13 | 135.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 204 | 218 | 0 | 0.08 | 0.01 | 0.13 | 310.59 | 0.2 | 0.83 |
Hex | DD | CC | DA | 0 | 8 | 1 | D | 137 | 14 | 53 |
Octal | 335 | 314 | 332 | 0 | 10 | 1 | 15 | 467 | 24 | 123 |
Binary | 11011101 | 11001100 | 11011010 | 0 | 1000 | 1 | 1101 | 100110111 | 10100 | 1010011 |
Color Harmonies of #DDCCDA
Complementary color
Monochromatic Colors of #DDCCDA
Black with #DDCCDA
Text Example
Text Example
White with #DDCCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCCDA; }
p { color: rgb(221,204,218); }
H1.HeaderClassName
{
color: #DDCCDA;
}
.AnyTagClassName
{
color: #DDCCDA;
}
</style>
background-color css
<style>
a { background-color: #DDCCDA; }
a { background-color: rgb(221,204,218); }
div.DivClassName
{
background-color: #DDCCDA;
}
.BgClassName
{
background-color: #DDCCDA;
}
</style>
border-color css
<style>
span { border-color: #DDCCDA; }
span { border-color: rgb(221,204,218); }
td.TdClassName
{
border-color: #DDCCDA;
}
.TagClassName
{
border-color: #DDCCDA;
}
</style>