Shades of Thistle #DDBBE1
Tints of Thistle #DDBBE1
RGB
CMYK
RGB Variations
Color information
#DDBBE1 (or 0xDDBBE1) is known color: Thistle. HEX triplet: DD, BB and E1. RGB value is (221,187,225). Sum of RGB (Red+Green+Blue) = 221+187+225=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 187 (73.44% from 255 or 29.54% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #DDBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBBE1 is #22441E. Grayscale: #C9C9C9. Windows color (decimal): -2245663 or 14793693. OLE color: 14793693.
HSL color Cylindrical-coordinate representation of color #DDBBE1: hue angle of 293.68º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBBE1 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 187 | 225 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.12 |
| HSL | 293.68º | 0.39% | 0.81% | - |
| HSV(B) | 293.68º | 0.17% | 0.88% | - |
| XYZ | 61.18 | 56.35 | 78.89 | - |
| YUV | 201.5 | 141.26 | 141.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 225 | 0.02 | 0.17 | 0 | 0.12 | 293.68 | 0.39 | 0.81 |
| Hex | DD | BB | E1 | 2 | 11 | 0 | C | 126 | 27 | 51 |
| Octal | 335 | 273 | 341 | 2 | 21 | 0 | 14 | 446 | 47 | 121 |
| Binary | 11011101 | 10111011 | 11100001 | 10 | 10001 | 0 | 1100 | 100100110 | 100111 | 1010001 |
Color Harmonies of #DDBBE1
Complementary color
Monochromatic Colors of #DDBBE1
Black with #DDBBE1
Text Example
Text Example
White with #DDBBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBBE1; }
p { color: rgb(221,187,225); }
H1.HeaderClassName
{
color: #DDBBE1;
}
.AnyTagClassName
{
color: #DDBBE1;
}
</style>
background-color css
<style>
a { background-color: #DDBBE1; }
a { background-color: rgb(221,187,225); }
div.DivClassName
{
background-color: #DDBBE1;
}
.BgClassName
{
background-color: #DDBBE1;
}
</style>
border-color css
<style>
span { border-color: #DDBBE1; }
span { border-color: rgb(221,187,225); }
td.TdClassName
{
border-color: #DDBBE1;
}
.TagClassName
{
border-color: #DDBBE1;
}
</style>