Shades of Thistle #DCC7DF
Tints of Thistle #DCC7DF
RGB
CMYK
RGB Variations
Color information
#DCC7DF (or 0xDCC7DF) is known color: Thistle. HEX triplet: DC, C7 and DF. RGB value is (220,199,223). Sum of RGB (Red+Green+Blue) = 220+199+223=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 199 (78.12% from 255 or 31.00% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 223 - color contains mainly: blue. Hex color #DCC7DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC7DF is #233820. Grayscale: #CFCFCF. Windows color (decimal): -2308129 or 14665692. OLE color: 14665692.
HSL color Cylindrical-coordinate representation of color #DCC7DF: hue angle of 292.5º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC7DF is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 220 | 199 | 223 | - |
CMYK | 0.01 | 0.11 | 0 | 0.13 |
HSL | 292.5º | 0.27% | 0.83% | - |
HSV(B) | 292.5º | 0.11% | 0.87% | - |
XYZ | 63.26 | 61.39 | 78.33 | - |
YUV | 208.02 | 136.46 | 136.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 199 | 223 | 0.01 | 0.11 | 0 | 0.13 | 292.5 | 0.27 | 0.83 |
Hex | DC | C7 | DF | 1 | B | 0 | D | 124 | 1B | 53 |
Octal | 334 | 307 | 337 | 1 | 13 | 0 | 15 | 444 | 33 | 123 |
Binary | 11011100 | 11000111 | 11011111 | 1 | 1011 | 0 | 1101 | 100100100 | 11011 | 1010011 |
Color Harmonies of #DCC7DF
Complementary color
Monochromatic Colors of #DCC7DF
Black with #DCC7DF
Text Example
Text Example
White with #DCC7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC7DF; }
p { color: rgb(220,199,223); }
H1.HeaderClassName
{
color: #DCC7DF;
}
.AnyTagClassName
{
color: #DCC7DF;
}
</style>
background-color css
<style>
a { background-color: #DCC7DF; }
a { background-color: rgb(220,199,223); }
div.DivClassName
{
background-color: #DCC7DF;
}
.BgClassName
{
background-color: #DCC7DF;
}
</style>
border-color css
<style>
span { border-color: #DCC7DF; }
span { border-color: rgb(220,199,223); }
td.TdClassName
{
border-color: #DCC7DF;
}
.TagClassName
{
border-color: #DCC7DF;
}
</style>