Shades of Thistle #D3C4D0
Tints of Thistle #D3C4D0
RGB
CMYK
RGB Variations
Color information
#D3C4D0 (or 0xD3C4D0) is known color: Thistle. HEX triplet: D3, C4 and D0. RGB value is (211,196,208). Sum of RGB (Red+Green+Blue) = 211+196+208=615 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.31% from 615); Green value is 196 (76.95% from 255 or 31.87% from 615); Blue value is 208 (81.64% from 255 or 33.82% from 615); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C4D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3C4D0 is #2C3B2F. Grayscale: #C9C9C9. Windows color (decimal): -2898736 or 13681875. OLE color: 13681875.
HSL color Cylindrical-coordinate representation of color #D3C4D0: hue angle of 312º degrees, saturation: 0.15, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3C4D0 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.17.
Color convert
RGB | 211 | 196 | 208 | - |
CMYK | 0 | 0.07 | 0.01 | 0.17 |
HSL | 312º | 0.15% | 0.8% | - |
HSV(B) | 312º | 0.07% | 0.83% | - |
XYZ | 57.99 | 57.88 | 67.79 | - |
YUV | 201.85 | 131.47 | 134.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 196 | 208 | 0 | 0.07 | 0.01 | 0.17 | 312 | 0.15 | 0.8 |
Hex | D3 | C4 | D0 | 0 | 7 | 1 | 11 | 138 | F | 50 |
Octal | 323 | 304 | 320 | 0 | 7 | 1 | 21 | 470 | 17 | 120 |
Binary | 11010011 | 11000100 | 11010000 | 0 | 111 | 1 | 10001 | 100111000 | 1111 | 1010000 |
Color Harmonies of #D3C4D0
Complementary color
Monochromatic Colors of #D3C4D0
Black with #D3C4D0
Text Example
Text Example
White with #D3C4D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C4D0; }
p { color: rgb(211,196,208); }
H1.HeaderClassName
{
color: #D3C4D0;
}
.AnyTagClassName
{
color: #D3C4D0;
}
</style>
background-color css
<style>
a { background-color: #D3C4D0; }
a { background-color: rgb(211,196,208); }
div.DivClassName
{
background-color: #D3C4D0;
}
.BgClassName
{
background-color: #D3C4D0;
}
</style>
border-color css
<style>
span { border-color: #D3C4D0; }
span { border-color: rgb(211,196,208); }
td.TdClassName
{
border-color: #D3C4D0;
}
.TagClassName
{
border-color: #D3C4D0;
}
</style>