Shades of Thistle #DDBBE5
Tints of Thistle #DDBBE5
RGB
CMYK
RGB Variations
Color information
#DDBBE5 (or 0xDDBBE5) is known color: Thistle. HEX triplet: DD, BB and E5. RGB value is (221,187,229). Sum of RGB (Red+Green+Blue) = 221+187+229=637 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.69% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 229 (89.84% from 255 or 35.95% from 637); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDBBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBE5 is #22441A. Grayscale: #C9C9C9. Windows color (decimal): -2245659 or 15055837. OLE color: 15055837.
HSL color Cylindrical-coordinate representation of color #DDBBE5: hue angle of 288.57º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDBBE5 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 187 | 229 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.10 |
| HSL | 288.57º | 0.45% | 0.82% | - |
| HSV(B) | 288.57º | 0.18% | 0.9% | - |
| XYZ | 61.73 | 56.57 | 81.79 | - |
| YUV | 201.95 | 143.26 | 141.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 229 | 0.03 | 0.18 | 0 | 0.10 | 288.57 | 0.45 | 0.82 |
| Hex | DD | BB | E5 | 3 | 12 | 0 | A | 121 | 2D | 52 |
| Octal | 335 | 273 | 345 | 3 | 22 | 0 | 12 | 441 | 55 | 122 |
| Binary | 11011101 | 10111011 | 11100101 | 11 | 10010 | 0 | 1010 | 100100001 | 101101 | 1010010 |
Color Harmonies of #DDBBE5
Complementary color
Monochromatic Colors of #DDBBE5
Black with #DDBBE5
Text Example
Text Example
White with #DDBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBE5; }
p { color: rgb(221,187,229); }
H1.HeaderClassName
{
color: #DDBBE5;
}
.AnyTagClassName
{
color: #DDBBE5;
}
</style>
background-color css
<style>
a { background-color: #DDBBE5; }
a { background-color: rgb(221,187,229); }
div.DivClassName
{
background-color: #DDBBE5;
}
.BgClassName
{
background-color: #DDBBE5;
}
</style>
border-color css
<style>
span { border-color: #DDBBE5; }
span { border-color: rgb(221,187,229); }
td.TdClassName
{
border-color: #DDBBE5;
}
.TagClassName
{
border-color: #DDBBE5;
}
</style>