Shades of Thistle #DDB5E5
Tints of Thistle #DDB5E5
RGB
CMYK
RGB Variations
Color information
#DDB5E5 (or 0xDDB5E5) is known color: Thistle. HEX triplet: DD, B5 and E5. RGB value is (221,181,229). Sum of RGB (Red+Green+Blue) = 221+181+229=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 181 (71.09% from 255 or 28.68% from 631); Blue value is 229 (89.84% from 255 or 36.29% from 631); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDB5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB5E5 is #224A1A. Grayscale: #C6C6C6. Windows color (decimal): -2247195 or 15054301. OLE color: 15054301.
HSL color Cylindrical-coordinate representation of color #DDB5E5: hue angle of 290º degrees, saturation: 0.48, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DDB5E5 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 181 | 229 | - |
CMYK | 0.03 | 0.21 | 0 | 0.10 |
HSL | 290º | 0.48% | 0.8% | - |
HSV(B) | 290º | 0.21% | 0.9% | - |
XYZ | 60.49 | 54.08 | 81.38 | - |
YUV | 198.43 | 145.25 | 144.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 181 | 229 | 0.03 | 0.21 | 0 | 0.10 | 290 | 0.48 | 0.8 |
Hex | DD | B5 | E5 | 3 | 15 | 0 | A | 122 | 30 | 50 |
Octal | 335 | 265 | 345 | 3 | 25 | 0 | 12 | 442 | 60 | 120 |
Binary | 11011101 | 10110101 | 11100101 | 11 | 10101 | 0 | 1010 | 100100010 | 110000 | 1010000 |
Color Harmonies of #DDB5E5
Complementary color
Monochromatic Colors of #DDB5E5
Black with #DDB5E5
Text Example
Text Example
White with #DDB5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB5E5; }
p { color: rgb(221,181,229); }
H1.HeaderClassName
{
color: #DDB5E5;
}
.AnyTagClassName
{
color: #DDB5E5;
}
</style>
background-color css
<style>
a { background-color: #DDB5E5; }
a { background-color: rgb(221,181,229); }
div.DivClassName
{
background-color: #DDB5E5;
}
.BgClassName
{
background-color: #DDB5E5;
}
</style>
border-color css
<style>
span { border-color: #DDB5E5; }
span { border-color: rgb(221,181,229); }
td.TdClassName
{
border-color: #DDB5E5;
}
.TagClassName
{
border-color: #DDB5E5;
}
</style>