Shades of Thistle #D4B2D5
Tints of Thistle #D4B2D5
RGB
CMYK
RGB Variations
Color information
#D4B2D5 (or 0xD4B2D5) is known color: Thistle. HEX triplet: D4, B2 and D5. RGB value is (212,178,213). Sum of RGB (Red+Green+Blue) = 212+178+213=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 178 (69.92% from 255 or 29.52% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 213 - color contains mainly: blue. Hex color #D4B2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B2D5 is #2B4D2A. Grayscale: #C0C0C0. Windows color (decimal): -2837803 or 14004948. OLE color: 14004948.
HSL color Cylindrical-coordinate representation of color #D4B2D5: hue angle of 298.29º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4B2D5 is Cyan = 0.00, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 212 | 178 | 213 | - |
CMYK | 0.00 | 0.16 | 0 | 0.16 |
HSL | 298.29º | 0.29% | 0.77% | - |
HSV(B) | 298.29º | 0.16% | 0.84% | - |
XYZ | 55.08 | 50.64 | 69.82 | - |
YUV | 192.16 | 139.76 | 142.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 178 | 213 | 0.00 | 0.16 | 0 | 0.16 | 298.29 | 0.29 | 0.77 |
Hex | D4 | B2 | D5 | 0 | 10 | 0 | 10 | 12A | 1D | 4D |
Octal | 324 | 262 | 325 | 0 | 20 | 0 | 20 | 452 | 35 | 115 |
Binary | 11010100 | 10110010 | 11010101 | 0 | 10000 | 0 | 10000 | 100101010 | 11101 | 1001101 |
Color Harmonies of #D4B2D5
Complementary color
Monochromatic Colors of #D4B2D5
Black with #D4B2D5
Text Example
Text Example
White with #D4B2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B2D5; }
p { color: rgb(212,178,213); }
H1.HeaderClassName
{
color: #D4B2D5;
}
.AnyTagClassName
{
color: #D4B2D5;
}
</style>
background-color css
<style>
a { background-color: #D4B2D5; }
a { background-color: rgb(212,178,213); }
div.DivClassName
{
background-color: #D4B2D5;
}
.BgClassName
{
background-color: #D4B2D5;
}
</style>
border-color css
<style>
span { border-color: #D4B2D5; }
span { border-color: rgb(212,178,213); }
td.TdClassName
{
border-color: #D4B2D5;
}
.TagClassName
{
border-color: #D4B2D5;
}
</style>