Shades of Thistle #DDB4E5
Tints of Thistle #DDB4E5
RGB
CMYK
RGB Variations
Color information
#DDB4E5 (or 0xDDB4E5) is known color: Thistle. HEX triplet: DD, B4 and E5. RGB value is (221,180,229). Sum of RGB (Red+Green+Blue) = 221+180+229=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 180 (70.70% from 255 or 28.57% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #DDB4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4E5 is #224B1A. Grayscale: #C5C5C5. Windows color (decimal): -2247451 or 15054045. OLE color: 15054045.
HSL color Cylindrical-coordinate representation of color #DDB4E5: hue angle of 290.2º degrees, saturation: 0.49, 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 #DDB4E5 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 180 | 229 | - |
CMYK | 0.03 | 0.21 | 0 | 0.10 |
HSL | 290.2º | 0.49% | 0.8% | - |
HSV(B) | 290.2º | 0.21% | 0.9% | - |
XYZ | 60.28 | 53.67 | 81.31 | - |
YUV | 197.85 | 145.58 | 144.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 180 | 229 | 0.03 | 0.21 | 0 | 0.10 | 290.2 | 0.49 | 0.8 |
Hex | DD | B4 | E5 | 3 | 15 | 0 | A | 122 | 31 | 50 |
Octal | 335 | 264 | 345 | 3 | 25 | 0 | 12 | 442 | 61 | 120 |
Binary | 11011101 | 10110100 | 11100101 | 11 | 10101 | 0 | 1010 | 100100010 | 110001 | 1010000 |
Color Harmonies of #DDB4E5
Complementary color
Monochromatic Colors of #DDB4E5
Black with #DDB4E5
Text Example
Text Example
White with #DDB4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4E5; }
p { color: rgb(221,180,229); }
H1.HeaderClassName
{
color: #DDB4E5;
}
.AnyTagClassName
{
color: #DDB4E5;
}
</style>
background-color css
<style>
a { background-color: #DDB4E5; }
a { background-color: rgb(221,180,229); }
div.DivClassName
{
background-color: #DDB4E5;
}
.BgClassName
{
background-color: #DDB4E5;
}
</style>
border-color css
<style>
span { border-color: #DDB4E5; }
span { border-color: rgb(221,180,229); }
td.TdClassName
{
border-color: #DDB4E5;
}
.TagClassName
{
border-color: #DDB4E5;
}
</style>