Shades of Thistle #DDBCE2
Tints of Thistle #DDBCE2
RGB
CMYK
RGB Variations
Color information
#DDBCE2 (or 0xDDBCE2) is known color: Thistle. HEX triplet: DD, BC and E2. RGB value is (221,188,226). Sum of RGB (Red+Green+Blue) = 221+188+226=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 188 (73.83% from 255 or 29.61% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDBCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBCE2 is #22431D. Grayscale: #CACACA. Windows color (decimal): -2245406 or 14859485. OLE color: 14859485.
HSL color Cylindrical-coordinate representation of color #DDBCE2: hue angle of 292.11º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DDBCE2 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 188 | 226 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.11 |
| HSL | 292.11º | 0.4% | 0.81% | - |
| HSV(B) | 292.11º | 0.17% | 0.89% | - |
| XYZ | 61.53 | 56.83 | 79.68 | - |
| YUV | 202.2 | 141.43 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 226 | 0.02 | 0.17 | 0 | 0.11 | 292.11 | 0.4 | 0.81 |
| Hex | DD | BC | E2 | 2 | 11 | 0 | B | 124 | 28 | 51 |
| Octal | 335 | 274 | 342 | 2 | 21 | 0 | 13 | 444 | 50 | 121 |
| Binary | 11011101 | 10111100 | 11100010 | 10 | 10001 | 0 | 1011 | 100100100 | 101000 | 1010001 |
Color Harmonies of #DDBCE2
Complementary color
Monochromatic Colors of #DDBCE2
Black with #DDBCE2
Text Example
Text Example
White with #DDBCE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBCE2; }
p { color: rgb(221,188,226); }
H1.HeaderClassName
{
color: #DDBCE2;
}
.AnyTagClassName
{
color: #DDBCE2;
}
</style>
background-color css
<style>
a { background-color: #DDBCE2; }
a { background-color: rgb(221,188,226); }
div.DivClassName
{
background-color: #DDBCE2;
}
.BgClassName
{
background-color: #DDBCE2;
}
</style>
border-color css
<style>
span { border-color: #DDBCE2; }
span { border-color: rgb(221,188,226); }
td.TdClassName
{
border-color: #DDBCE2;
}
.TagClassName
{
border-color: #DDBCE2;
}
</style>