Shades of Thistle #DDCADA
Tints of Thistle #DDCADA
RGB
CMYK
RGB Variations
Color information
#DDCADA (or 0xDDCADA) is known color: Thistle. HEX triplet: DD, CA and DA. RGB value is (221,202,218). Sum of RGB (Red+Green+Blue) = 221+202+218=641 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.48% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCADA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCADA is #223525. Grayscale: #D1D1D1. Windows color (decimal): -2241830 or 14338781. OLE color: 14338781.
HSL color Cylindrical-coordinate representation of color #DDCADA: hue angle of 309.47º degrees, saturation: 0.22, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DDCADA is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 202 | 218 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.13 |
| HSL | 309.47º | 0.22% | 0.83% | - |
| HSV(B) | 309.47º | 0.09% | 0.87% | - |
| XYZ | 63.59 | 62.68 | 75.08 | - |
| YUV | 209.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 218 | 0 | 0.09 | 0.01 | 0.13 | 309.47 | 0.22 | 0.83 |
| Hex | DD | CA | DA | 0 | 9 | 1 | D | 135 | 16 | 53 |
| Octal | 335 | 312 | 332 | 0 | 11 | 1 | 15 | 465 | 26 | 123 |
| Binary | 11011101 | 11001010 | 11011010 | 0 | 1001 | 1 | 1101 | 100110101 | 10110 | 1010011 |
Color Harmonies of #DDCADA
Complementary color
Monochromatic Colors of #DDCADA
Black with #DDCADA
Text Example
Text Example
White with #DDCADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCADA; }
p { color: rgb(221,202,218); }
H1.HeaderClassName
{
color: #DDCADA;
}
.AnyTagClassName
{
color: #DDCADA;
}
</style>
background-color css
<style>
a { background-color: #DDCADA; }
a { background-color: rgb(221,202,218); }
div.DivClassName
{
background-color: #DDCADA;
}
.BgClassName
{
background-color: #DDCADA;
}
</style>
border-color css
<style>
span { border-color: #DDCADA; }
span { border-color: rgb(221,202,218); }
td.TdClassName
{
border-color: #DDCADA;
}
.TagClassName
{
border-color: #DDCADA;
}
</style>