Shades of Thistle #D5CBD3
Tints of Thistle #D5CBD3
RGB
CMYK
RGB Variations
Color information
#D5CBD3 (or 0xD5CBD3) is known color: Thistle. HEX triplet: D5, CB and D3. RGB value is (213,203,211). Sum of RGB (Red+Green+Blue) = 213+203+211=627 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.97% from 627); Green value is 203 (79.69% from 255 or 32.38% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBD3 is #2A342C. Grayscale: #CECECE. Windows color (decimal): -2765869 or 13880277. OLE color: 13880277.
HSL color Cylindrical-coordinate representation of color #D5CBD3: hue angle of 312º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5CBD3 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 203 | 211 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.16 |
| HSL | 312º | 0.11% | 0.82% | - |
| HSV(B) | 312º | 0.05% | 0.84% | - |
| XYZ | 60.55 | 61.56 | 70.32 | - |
| YUV | 206.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 211 | 0 | 0.05 | 0.01 | 0.16 | 312 | 0.11 | 0.82 |
| Hex | D5 | CB | D3 | 0 | 5 | 1 | 10 | 138 | B | 52 |
| Octal | 325 | 313 | 323 | 0 | 5 | 1 | 20 | 470 | 13 | 122 |
| Binary | 11010101 | 11001011 | 11010011 | 0 | 101 | 1 | 10000 | 100111000 | 1011 | 1010010 |
Color Harmonies of #D5CBD3
Complementary color
Monochromatic Colors of #D5CBD3
Black with #D5CBD3
Text Example
Text Example
White with #D5CBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBD3; }
p { color: rgb(213,203,211); }
H1.HeaderClassName
{
color: #D5CBD3;
}
.AnyTagClassName
{
color: #D5CBD3;
}
</style>
background-color css
<style>
a { background-color: #D5CBD3; }
a { background-color: rgb(213,203,211); }
div.DivClassName
{
background-color: #D5CBD3;
}
.BgClassName
{
background-color: #D5CBD3;
}
</style>
border-color css
<style>
span { border-color: #D5CBD3; }
span { border-color: rgb(213,203,211); }
td.TdClassName
{
border-color: #D5CBD3;
}
.TagClassName
{
border-color: #D5CBD3;
}
</style>