Shades of Thistle #DCCAD9
Tints of Thistle #DCCAD9
RGB
CMYK
RGB Variations
Color information
#DCCAD9 (or 0xDCCAD9) is known color: Thistle. HEX triplet: DC, CA and D9. RGB value is (220,202,217). Sum of RGB (Red+Green+Blue) = 220+202+217=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAD9 is #233526. Grayscale: #D1D1D1. Windows color (decimal): -2307367 or 14273244. OLE color: 14273244.
HSL color Cylindrical-coordinate representation of color #DCCAD9: hue angle of 310º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCCAD9 is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 202 | 217 | - |
CMYK | 0 | 0.08 | 0.01 | 0.14 |
HSL | 310º | 0.2% | 0.83% | - |
HSV(B) | 310º | 0.08% | 0.86% | - |
XYZ | 63.16 | 62.47 | 74.37 | - |
YUV | 209.09 | 132.46 | 135.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 202 | 217 | 0 | 0.08 | 0.01 | 0.14 | 310 | 0.2 | 0.83 |
Hex | DC | CA | D9 | 0 | 8 | 1 | E | 136 | 14 | 53 |
Octal | 334 | 312 | 331 | 0 | 10 | 1 | 16 | 466 | 24 | 123 |
Binary | 11011100 | 11001010 | 11011001 | 0 | 1000 | 1 | 1110 | 100110110 | 10100 | 1010011 |
Color Harmonies of #DCCAD9
Complementary color
Monochromatic Colors of #DCCAD9
Black with #DCCAD9
Text Example
Text Example
White with #DCCAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCAD9; }
p { color: rgb(220,202,217); }
H1.HeaderClassName
{
color: #DCCAD9;
}
.AnyTagClassName
{
color: #DCCAD9;
}
</style>
background-color css
<style>
a { background-color: #DCCAD9; }
a { background-color: rgb(220,202,217); }
div.DivClassName
{
background-color: #DCCAD9;
}
.BgClassName
{
background-color: #DCCAD9;
}
</style>
border-color css
<style>
span { border-color: #DCCAD9; }
span { border-color: rgb(220,202,217); }
td.TdClassName
{
border-color: #DCCAD9;
}
.TagClassName
{
border-color: #DCCAD9;
}
</style>