Shades of Thistle #DCC5DA
Tints of Thistle #DCC5DA
RGB
CMYK
RGB Variations
Color information
#DCC5DA (or 0xDCC5DA) is known color: Thistle. HEX triplet: DC, C5 and DA. RGB value is (220,197,218). Sum of RGB (Red+Green+Blue) = 220+197+218=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC5DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC5DA is #233A25. Grayscale: #CECECE. Windows color (decimal): -2308646 or 14337500. OLE color: 14337500.
HSL color Cylindrical-coordinate representation of color #DCC5DA: hue angle of 305.22º degrees, saturation: 0.25, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DCC5DA is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 197 | 218 | - |
CMYK | 0 | 0.10 | 0.01 | 0.14 |
HSL | 305.22º | 0.25% | 0.82% | - |
HSV(B) | 305.22º | 0.1% | 0.86% | - |
XYZ | 62.14 | 60.21 | 74.68 | - |
YUV | 206.27 | 134.62 | 137.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 197 | 218 | 0 | 0.10 | 0.01 | 0.14 | 305.22 | 0.25 | 0.82 |
Hex | DC | C5 | DA | 0 | A | 1 | E | 131 | 19 | 52 |
Octal | 334 | 305 | 332 | 0 | 12 | 1 | 16 | 461 | 31 | 122 |
Binary | 11011100 | 11000101 | 11011010 | 0 | 1010 | 1 | 1110 | 100110001 | 11001 | 1010010 |
Color Harmonies of #DCC5DA
Complementary color
Monochromatic Colors of #DCC5DA
Black with #DCC5DA
Text Example
Text Example
White with #DCC5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC5DA; }
p { color: rgb(220,197,218); }
H1.HeaderClassName
{
color: #DCC5DA;
}
.AnyTagClassName
{
color: #DCC5DA;
}
</style>
background-color css
<style>
a { background-color: #DCC5DA; }
a { background-color: rgb(220,197,218); }
div.DivClassName
{
background-color: #DCC5DA;
}
.BgClassName
{
background-color: #DCC5DA;
}
</style>
border-color css
<style>
span { border-color: #DCC5DA; }
span { border-color: rgb(220,197,218); }
td.TdClassName
{
border-color: #DCC5DA;
}
.TagClassName
{
border-color: #DCC5DA;
}
</style>