Shades of Thistle #D2C3CF
Tints of Thistle #D2C3CF
RGB
CMYK
RGB Variations
Color information
#D2C3CF (or 0xD2C3CF) is known color: Thistle. HEX triplet: D2, C3 and CF. RGB value is (210,195,207). Sum of RGB (Red+Green+Blue) = 210+195+207=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 195 (76.56% from 255 or 31.86% from 612); Blue value is 207 (81.25% from 255 or 33.82% from 612); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C3CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C3CF is #2D3C30. Grayscale: #C8C8C8. Windows color (decimal): -2964529 or 13616082. OLE color: 13616082.
HSL color Cylindrical-coordinate representation of color #D2C3CF: hue angle of 312º degrees, saturation: 0.14, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D2C3CF is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 195 | 207 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.18 |
| HSL | 312º | 0.14% | 0.79% | - |
| HSV(B) | 312º | 0.07% | 0.82% | - |
| XYZ | 57.36 | 57.24 | 67.06 | - |
| YUV | 200.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 207 | 0 | 0.07 | 0.01 | 0.18 | 312 | 0.14 | 0.79 |
| Hex | D2 | C3 | CF | 0 | 7 | 1 | 12 | 138 | E | 4F |
| Octal | 322 | 303 | 317 | 0 | 7 | 1 | 22 | 470 | 16 | 117 |
| Binary | 11010010 | 11000011 | 11001111 | 0 | 111 | 1 | 10010 | 100111000 | 1110 | 1001111 |
Color Harmonies of #D2C3CF
Complementary color
Monochromatic Colors of #D2C3CF
Black with #D2C3CF
Text Example
Text Example
White with #D2C3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C3CF; }
p { color: rgb(210,195,207); }
H1.HeaderClassName
{
color: #D2C3CF;
}
.AnyTagClassName
{
color: #D2C3CF;
}
</style>
background-color css
<style>
a { background-color: #D2C3CF; }
a { background-color: rgb(210,195,207); }
div.DivClassName
{
background-color: #D2C3CF;
}
.BgClassName
{
background-color: #D2C3CF;
}
</style>
border-color css
<style>
span { border-color: #D2C3CF; }
span { border-color: rgb(210,195,207); }
td.TdClassName
{
border-color: #D2C3CF;
}
.TagClassName
{
border-color: #D2C3CF;
}
</style>