Shades of Thistle #DCC3DA
Tints of Thistle #DCC3DA
RGB
CMYK
RGB Variations
Color information
#DCC3DA (or 0xDCC3DA) is known color: Thistle. HEX triplet: DC, C3 and DA. RGB value is (220,195,218). Sum of RGB (Red+Green+Blue) = 220+195+218=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 218 (85.55% from 255 or 34.44% from 633); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCC3DA is #233C25. Grayscale: #CDCDCD. Windows color (decimal): -2309158 or 14336988. OLE color: 14336988.
HSL color Cylindrical-coordinate representation of color #DCC3DA: hue angle of 304.8º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCC3DA is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 195 | 218 | - |
CMYK | 0 | 0.11 | 0.01 | 0.14 |
HSL | 304.8º | 0.26% | 0.81% | - |
HSV(B) | 304.8º | 0.11% | 0.86% | - |
XYZ | 61.69 | 59.31 | 74.53 | - |
YUV | 205.1 | 135.28 | 138.63 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 195 | 218 | 0 | 0.11 | 0.01 | 0.14 | 304.8 | 0.26 | 0.81 |
Hex | DC | C3 | DA | 0 | B | 1 | E | 131 | 1A | 51 |
Octal | 334 | 303 | 332 | 0 | 13 | 1 | 16 | 461 | 32 | 121 |
Binary | 11011100 | 11000011 | 11011010 | 0 | 1011 | 1 | 1110 | 100110001 | 11010 | 1010001 |
Color Harmonies of #DCC3DA
Complementary color
Monochromatic Colors of #DCC3DA
Black with #DCC3DA
Text Example
Text Example
White with #DCC3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC3DA; }
p { color: rgb(220,195,218); }
H1.HeaderClassName
{
color: #DCC3DA;
}
.AnyTagClassName
{
color: #DCC3DA;
}
</style>
background-color css
<style>
a { background-color: #DCC3DA; }
a { background-color: rgb(220,195,218); }
div.DivClassName
{
background-color: #DCC3DA;
}
.BgClassName
{
background-color: #DCC3DA;
}
</style>
border-color css
<style>
span { border-color: #DCC3DA; }
span { border-color: rgb(220,195,218); }
td.TdClassName
{
border-color: #DCC3DA;
}
.TagClassName
{
border-color: #DCC3DA;
}
</style>