Shades of Thistle #DDBAE2
Tints of Thistle #DDBAE2
RGB
CMYK
RGB Variations
Color information
#DDBAE2 (or 0xDDBAE2) is known color: Thistle. HEX triplet: DD, BA and E2. RGB value is (221,186,226). Sum of RGB (Red+Green+Blue) = 221+186+226=633 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.91% from 633); Green value is 186 (73.05% from 255 or 29.38% from 633); Blue value is 226 (88.67% from 255 or 35.70% from 633); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDBAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBAE2 is #22451D. Grayscale: #C8C8C8. Windows color (decimal): -2245918 or 14858973. OLE color: 14858973.
HSL color Cylindrical-coordinate representation of color #DDBAE2: hue angle of 292.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDBAE2 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 186 | 226 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.11 |
| HSL | 292.5º | 0.41% | 0.81% | - |
| HSV(B) | 292.5º | 0.18% | 0.89% | - |
| XYZ | 61.11 | 55.98 | 79.54 | - |
| YUV | 201.03 | 142.1 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 226 | 0.02 | 0.18 | 0 | 0.11 | 292.5 | 0.41 | 0.81 |
| Hex | DD | BA | E2 | 2 | 12 | 0 | B | 124 | 29 | 51 |
| Octal | 335 | 272 | 342 | 2 | 22 | 0 | 13 | 444 | 51 | 121 |
| Binary | 11011101 | 10111010 | 11100010 | 10 | 10010 | 0 | 1011 | 100100100 | 101001 | 1010001 |
Color Harmonies of #DDBAE2
Complementary color
Monochromatic Colors of #DDBAE2
Black with #DDBAE2
Text Example
Text Example
White with #DDBAE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBAE2; }
p { color: rgb(221,186,226); }
H1.HeaderClassName
{
color: #DDBAE2;
}
.AnyTagClassName
{
color: #DDBAE2;
}
</style>
background-color css
<style>
a { background-color: #DDBAE2; }
a { background-color: rgb(221,186,226); }
div.DivClassName
{
background-color: #DDBAE2;
}
.BgClassName
{
background-color: #DDBAE2;
}
</style>
border-color css
<style>
span { border-color: #DDBAE2; }
span { border-color: rgb(221,186,226); }
td.TdClassName
{
border-color: #DDBAE2;
}
.TagClassName
{
border-color: #DDBAE2;
}
</style>