Shades of Thistle #D6CCD4
Tints of Thistle #D6CCD4
RGB
CMYK
RGB Variations
Color information
#D6CCD4 (or 0xD6CCD4) is known color: Thistle. HEX triplet: D6, CC and D4. RGB value is (214,204,212). Sum of RGB (Red+Green+Blue) = 214+204+212=630 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.97% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 212 (83.20% from 255 or 33.65% from 630); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CCD4 is #29332B. Grayscale: #CFCFCF. Windows color (decimal): -2700076 or 13946070. OLE color: 13946070.
HSL color Cylindrical-coordinate representation of color #D6CCD4: 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 #D6CCD4 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
RGB | 214 | 204 | 212 | - |
CMYK | 0 | 0.05 | 0.01 | 0.16 |
HSL | 312º | 0.11% | 0.82% | - |
HSV(B) | 312º | 0.05% | 0.84% | - |
XYZ | 61.21 | 62.24 | 71.07 | - |
YUV | 207.9 | 130.31 | 132.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 214 | 204 | 212 | 0 | 0.05 | 0.01 | 0.16 | 312 | 0.11 | 0.82 |
Hex | D6 | CC | D4 | 0 | 5 | 1 | 10 | 138 | B | 52 |
Octal | 326 | 314 | 324 | 0 | 5 | 1 | 20 | 470 | 13 | 122 |
Binary | 11010110 | 11001100 | 11010100 | 0 | 101 | 1 | 10000 | 100111000 | 1011 | 1010010 |
Color Harmonies of #D6CCD4
Complementary color
Monochromatic Colors of #D6CCD4
Black with #D6CCD4
Text Example
Text Example
White with #D6CCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCD4; }
p { color: rgb(214,204,212); }
H1.HeaderClassName
{
color: #D6CCD4;
}
.AnyTagClassName
{
color: #D6CCD4;
}
</style>
background-color css
<style>
a { background-color: #D6CCD4; }
a { background-color: rgb(214,204,212); }
div.DivClassName
{
background-color: #D6CCD4;
}
.BgClassName
{
background-color: #D6CCD4;
}
</style>
border-color css
<style>
span { border-color: #D6CCD4; }
span { border-color: rgb(214,204,212); }
td.TdClassName
{
border-color: #D6CCD4;
}
.TagClassName
{
border-color: #D6CCD4;
}
</style>