Shades of Thistle #DDB8E8
Tints of Thistle #DDB8E8
RGB
CMYK
RGB Variations
Color information
#DDB8E8 (or 0xDDB8E8) is known color: Thistle. HEX triplet: DD, B8 and E8. RGB value is (221,184,232). Sum of RGB (Red+Green+Blue) = 221+184+232=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 184 (72.27% from 255 or 28.89% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 232 - color contains mainly: blue. Hex color #DDB8E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDB8E8 is #224717. Grayscale: #C8C8C8. Windows color (decimal): -2246424 or 15251677. OLE color: 15251677.
HSL color Cylindrical-coordinate representation of color #DDB8E8: hue angle of 286.25º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB8E8 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 184 | 232 | - |
| CMYK | 0.05 | 0.21 | 0 | 0.09 |
| HSL | 286.25º | 0.51% | 0.82% | - |
| HSV(B) | 286.25º | 0.21% | 0.91% | - |
| XYZ | 61.52 | 55.48 | 83.81 | - |
| YUV | 200.54 | 145.76 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 232 | 0.05 | 0.21 | 0 | 0.09 | 286.25 | 0.51 | 0.82 |
| Hex | DD | B8 | E8 | 5 | 15 | 0 | 9 | 11E | 33 | 52 |
| Octal | 335 | 270 | 350 | 5 | 25 | 0 | 11 | 436 | 63 | 122 |
| Binary | 11011101 | 10111000 | 11101000 | 101 | 10101 | 0 | 1001 | 100011110 | 110011 | 1010010 |
Color Harmonies of #DDB8E8
Complementary color
Monochromatic Colors of #DDB8E8
Black with #DDB8E8
Text Example
Text Example
White with #DDB8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB8E8; }
p { color: rgb(221,184,232); }
H1.HeaderClassName
{
color: #DDB8E8;
}
.AnyTagClassName
{
color: #DDB8E8;
}
</style>
background-color css
<style>
a { background-color: #DDB8E8; }
a { background-color: rgb(221,184,232); }
div.DivClassName
{
background-color: #DDB8E8;
}
.BgClassName
{
background-color: #DDB8E8;
}
</style>
border-color css
<style>
span { border-color: #DDB8E8; }
span { border-color: rgb(221,184,232); }
td.TdClassName
{
border-color: #DDB8E8;
}
.TagClassName
{
border-color: #DDB8E8;
}
</style>