Shades of Thistle #D4CDD4
Tints of Thistle #D4CDD4
RGB
CMYK
RGB Variations
Color information
#D4CDD4 (or 0xD4CDD4) is known color: Thistle. HEX triplet: D4, CD and D4. RGB value is (212,205,212). Sum of RGB (Red+Green+Blue) = 212+205+212=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 205 (80.47% from 255 or 32.59% from 629); Blue value is 212 (83.20% from 255 or 33.70% from 629); Max value from RGB is 212 - color contains mainly: red, blue. Hex color #D4CDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CDD4 is #2B322B. Grayscale: #CFCFCF. Windows color (decimal): -2830892 or 13946324. OLE color: 13946324.
HSL color Cylindrical-coordinate representation of color #D4CDD4: hue angle of 300º degrees, saturation: 0.08, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D4CDD4 is Cyan = 0, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 205 | 212 | - |
CMYK | 0 | 0.03 | 0 | 0.17 |
HSL | 300º | 0.08% | 0.82% | - |
HSV(B) | 300º | 0.03% | 0.83% | - |
XYZ | 60.87 | 62.41 | 71.13 | - |
YUV | 207.89 | 130.32 | 130.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 205 | 212 | 0 | 0.03 | 0 | 0.17 | 300 | 0.08 | 0.82 |
Hex | D4 | CD | D4 | 0 | 3 | 0 | 11 | 12C | 8 | 52 |
Octal | 324 | 315 | 324 | 0 | 3 | 0 | 21 | 454 | 10 | 122 |
Binary | 11010100 | 11001101 | 11010100 | 0 | 11 | 0 | 10001 | 100101100 | 1000 | 1010010 |
Color Harmonies of #D4CDD4
Complementary color
Monochromatic Colors of #D4CDD4
Black with #D4CDD4
Text Example
Text Example
White with #D4CDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CDD4; }
p { color: rgb(212,205,212); }
H1.HeaderClassName
{
color: #D4CDD4;
}
.AnyTagClassName
{
color: #D4CDD4;
}
</style>
background-color css
<style>
a { background-color: #D4CDD4; }
a { background-color: rgb(212,205,212); }
div.DivClassName
{
background-color: #D4CDD4;
}
.BgClassName
{
background-color: #D4CDD4;
}
</style>
border-color css
<style>
span { border-color: #D4CDD4; }
span { border-color: rgb(212,205,212); }
td.TdClassName
{
border-color: #D4CDD4;
}
.TagClassName
{
border-color: #D4CDD4;
}
</style>