Shades of Thistle #DDB7E4
Tints of Thistle #DDB7E4
RGB
CMYK
RGB Variations
Color information
#DDB7E4 (or 0xDDB7E4) is known color: Thistle. HEX triplet: DD, B7 and E4. RGB value is (221,183,228). Sum of RGB (Red+Green+Blue) = 221+183+228=632 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.97% from 632); Green value is 183 (71.88% from 255 or 28.96% from 632); Blue value is 228 (89.45% from 255 or 36.08% from 632); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDB7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB7E4 is #22481B. Grayscale: #C7C7C7. Windows color (decimal): -2246684 or 14989277. OLE color: 14989277.
HSL color Cylindrical-coordinate representation of color #DDB7E4: hue angle of 290.67º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDB7E4 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 183 | 228 | - |
CMYK | 0.03 | 0.20 | 0 | 0.11 |
HSL | 290.67º | 0.45% | 0.81% | - |
HSV(B) | 290.67º | 0.2% | 0.89% | - |
XYZ | 60.76 | 54.84 | 80.78 | - |
YUV | 199.49 | 144.09 | 143.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 183 | 228 | 0.03 | 0.20 | 0 | 0.11 | 290.67 | 0.45 | 0.81 |
Hex | DD | B7 | E4 | 3 | 14 | 0 | B | 123 | 2D | 51 |
Octal | 335 | 267 | 344 | 3 | 24 | 0 | 13 | 443 | 55 | 121 |
Binary | 11011101 | 10110111 | 11100100 | 11 | 10100 | 0 | 1011 | 100100011 | 101101 | 1010001 |
Color Harmonies of #DDB7E4
Complementary color
Monochromatic Colors of #DDB7E4
Black with #DDB7E4
Text Example
Text Example
White with #DDB7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB7E4; }
p { color: rgb(221,183,228); }
H1.HeaderClassName
{
color: #DDB7E4;
}
.AnyTagClassName
{
color: #DDB7E4;
}
</style>
background-color css
<style>
a { background-color: #DDB7E4; }
a { background-color: rgb(221,183,228); }
div.DivClassName
{
background-color: #DDB7E4;
}
.BgClassName
{
background-color: #DDB7E4;
}
</style>
border-color css
<style>
span { border-color: #DDB7E4; }
span { border-color: rgb(221,183,228); }
td.TdClassName
{
border-color: #DDB7E4;
}
.TagClassName
{
border-color: #DDB7E4;
}
</style>