Shades of Thistle #DDBEDE
Tints of Thistle #DDBEDE
RGB
CMYK
RGB Variations
Color information
#DDBEDE (or 0xDDBEDE) is known color: Thistle. HEX triplet: DD, BE and DE. RGB value is (221,190,222). Sum of RGB (Red+Green+Blue) = 221+190+222=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 190 (74.61% from 255 or 30.02% from 633); Blue value is 222 (87.11% from 255 or 35.07% from 633); Max value from RGB is 222 - color contains mainly: blue. Hex color #DDBEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBEDE is #224121. Grayscale: #CACACA. Windows color (decimal): -2244898 or 14597853. OLE color: 14597853.
HSL color Cylindrical-coordinate representation of color #DDBEDE: hue angle of 298.12º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBEDE is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 222 | - |
| CMYK | 0.00 | 0.14 | 0 | 0.13 |
| HSL | 298.13º | 0.33% | 0.81% | - |
| HSV(B) | 298.13º | 0.14% | 0.87% | - |
| XYZ | 61.42 | 57.47 | 76.96 | - |
| YUV | 202.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 222 | 0.00 | 0.14 | 0 | 0.13 | 298.13 | 0.33 | 0.81 |
| Hex | DD | BE | DE | 0 | E | 0 | D | 12A | 21 | 51 |
| Octal | 335 | 276 | 336 | 0 | 16 | 0 | 15 | 452 | 41 | 121 |
| Binary | 11011101 | 10111110 | 11011110 | 0 | 1110 | 0 | 1101 | 100101010 | 100001 | 1010001 |
Color Harmonies of #DDBEDE
Complementary color
Monochromatic Colors of #DDBEDE
Black with #DDBEDE
Text Example
Text Example
White with #DDBEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBEDE; }
p { color: rgb(221,190,222); }
H1.HeaderClassName
{
color: #DDBEDE;
}
.AnyTagClassName
{
color: #DDBEDE;
}
</style>
background-color css
<style>
a { background-color: #DDBEDE; }
a { background-color: rgb(221,190,222); }
div.DivClassName
{
background-color: #DDBEDE;
}
.BgClassName
{
background-color: #DDBEDE;
}
</style>
border-color css
<style>
span { border-color: #DDBEDE; }
span { border-color: rgb(221,190,222); }
td.TdClassName
{
border-color: #DDBEDE;
}
.TagClassName
{
border-color: #DDBEDE;
}
</style>