Shades of Thistle #DDB8E0
Tints of Thistle #DDB8E0
RGB
CMYK
RGB Variations
Color information
#DDB8E0 (or 0xDDB8E0) is known color: Thistle. HEX triplet: DD, B8 and E0. RGB value is (221,184,224). Sum of RGB (Red+Green+Blue) = 221+184+224=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 184 (72.27% from 255 or 29.25% from 629); Blue value is 224 (87.89% from 255 or 35.61% from 629); Max value from RGB is 224 - color contains mainly: blue. Hex color #DDB8E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB8E0 is #22471F. Grayscale: #C7C7C7. Windows color (decimal): -2246432 or 14727389. OLE color: 14727389.
HSL color Cylindrical-coordinate representation of color #DDB8E0: hue angle of 295.5º degrees, saturation: 0.39, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDB8E0 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 184 | 224 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.12 |
| HSL | 295.5º | 0.39% | 0.8% | - |
| HSV(B) | 295.5º | 0.18% | 0.88% | - |
| XYZ | 60.41 | 55.03 | 77.96 | - |
| YUV | 199.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 224 | 0.01 | 0.18 | 0 | 0.12 | 295.5 | 0.39 | 0.8 |
| Hex | DD | B8 | E0 | 1 | 12 | 0 | C | 128 | 27 | 50 |
| Octal | 335 | 270 | 340 | 1 | 22 | 0 | 14 | 450 | 47 | 120 |
| Binary | 11011101 | 10111000 | 11100000 | 1 | 10010 | 0 | 1100 | 100101000 | 100111 | 1010000 |
Color Harmonies of #DDB8E0
Complementary color
Monochromatic Colors of #DDB8E0
Black with #DDB8E0
Text Example
Text Example
White with #DDB8E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8E0; }
p { color: rgb(221,184,224); }
H1.HeaderClassName
{
color: #DDB8E0;
}
.AnyTagClassName
{
color: #DDB8E0;
}
</style>
background-color css
<style>
a { background-color: #DDB8E0; }
a { background-color: rgb(221,184,224); }
div.DivClassName
{
background-color: #DDB8E0;
}
.BgClassName
{
background-color: #DDB8E0;
}
</style>
border-color css
<style>
span { border-color: #DDB8E0; }
span { border-color: rgb(221,184,224); }
td.TdClassName
{
border-color: #DDB8E0;
}
.TagClassName
{
border-color: #DDB8E0;
}
</style>