Shades of Thistle #D3C4D7
Tints of Thistle #D3C4D7
RGB
CMYK
RGB Variations
Color information
#D3C4D7 (or 0xD3C4D7) is known color: Thistle. HEX triplet: D3, C4 and D7. RGB value is (211,196,215). Sum of RGB (Red+Green+Blue) = 211+196+215=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 196 (76.95% from 255 or 31.51% from 622); Blue value is 215 (84.38% from 255 or 34.57% from 622); Max value from RGB is 215 - color contains mainly: blue. Hex color #D3C4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C4D7 is #2C3B28. Grayscale: #CACACA. Windows color (decimal): -2898729 or 14140627. OLE color: 14140627.
HSL color Cylindrical-coordinate representation of color #D3C4D7: hue angle of 287.37º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D3C4D7 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 211 | 196 | 215 | - |
CMYK | 0.02 | 0.09 | 0 | 0.16 |
HSL | 287.37º | 0.19% | 0.81% | - |
HSV(B) | 287.37º | 0.09% | 0.84% | - |
XYZ | 58.87 | 58.24 | 72.43 | - |
YUV | 202.65 | 134.97 | 133.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 196 | 215 | 0.02 | 0.09 | 0 | 0.16 | 287.37 | 0.19 | 0.81 |
Hex | D3 | C4 | D7 | 2 | 9 | 0 | 10 | 11F | 13 | 51 |
Octal | 323 | 304 | 327 | 2 | 11 | 0 | 20 | 437 | 23 | 121 |
Binary | 11010011 | 11000100 | 11010111 | 10 | 1001 | 0 | 10000 | 100011111 | 10011 | 1010001 |
Color Harmonies of #D3C4D7
Complementary color
Monochromatic Colors of #D3C4D7
Black with #D3C4D7
Text Example
Text Example
White with #D3C4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C4D7; }
p { color: rgb(211,196,215); }
H1.HeaderClassName
{
color: #D3C4D7;
}
.AnyTagClassName
{
color: #D3C4D7;
}
</style>
background-color css
<style>
a { background-color: #D3C4D7; }
a { background-color: rgb(211,196,215); }
div.DivClassName
{
background-color: #D3C4D7;
}
.BgClassName
{
background-color: #D3C4D7;
}
</style>
border-color css
<style>
span { border-color: #D3C4D7; }
span { border-color: rgb(211,196,215); }
td.TdClassName
{
border-color: #D3C4D7;
}
.TagClassName
{
border-color: #D3C4D7;
}
</style>