Shades of Thistle #DDCDDA
Tints of Thistle #DDCDDA
RGB
CMYK
RGB Variations
Color information
#DDCDDA (or 0xDDCDDA) is known color: Thistle. HEX triplet: DD, CD and DA. RGB value is (221,205,218). Sum of RGB (Red+Green+Blue) = 221+205+218=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 205 (80.47% from 255 or 31.83% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCDDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCDDA is #223225. Grayscale: #D3D3D3. Windows color (decimal): -2241062 or 14339549. OLE color: 14339549.
HSL color Cylindrical-coordinate representation of color #DDCDDA: hue angle of 311.25º degrees, saturation: 0.19, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCDDA is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 205 | 218 | - |
CMYK | 0 | 0.07 | 0.01 | 0.13 |
HSL | 311.25º | 0.19% | 0.84% | - |
HSV(B) | 311.25º | 0.07% | 0.87% | - |
XYZ | 64.31 | 64.1 | 75.31 | - |
YUV | 211.27 | 131.8 | 134.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 205 | 218 | 0 | 0.07 | 0.01 | 0.13 | 311.25 | 0.19 | 0.84 |
Hex | DD | CD | DA | 0 | 7 | 1 | D | 137 | 13 | 54 |
Octal | 335 | 315 | 332 | 0 | 7 | 1 | 15 | 467 | 23 | 124 |
Binary | 11011101 | 11001101 | 11011010 | 0 | 111 | 1 | 1101 | 100110111 | 10011 | 1010100 |
Color Harmonies of #DDCDDA
Complementary color
Monochromatic Colors of #DDCDDA
Black with #DDCDDA
Text Example
Text Example
White with #DDCDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCDDA; }
p { color: rgb(221,205,218); }
H1.HeaderClassName
{
color: #DDCDDA;
}
.AnyTagClassName
{
color: #DDCDDA;
}
</style>
background-color css
<style>
a { background-color: #DDCDDA; }
a { background-color: rgb(221,205,218); }
div.DivClassName
{
background-color: #DDCDDA;
}
.BgClassName
{
background-color: #DDCDDA;
}
</style>
border-color css
<style>
span { border-color: #DDCDDA; }
span { border-color: rgb(221,205,218); }
td.TdClassName
{
border-color: #DDCDDA;
}
.TagClassName
{
border-color: #DDCDDA;
}
</style>