Shades of Thistle #DCCBDA
Tints of Thistle #DCCBDA
RGB
CMYK
RGB Variations
Color information
#DCCBDA (or 0xDCCBDA) is known color: Thistle. HEX triplet: DC, CB and DA. RGB value is (220,203,218). Sum of RGB (Red+Green+Blue) = 220+203+218=641 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.32% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBDA is #233425. Grayscale: #D1D1D1. Windows color (decimal): -2307110 or 14339036. OLE color: 14339036.
HSL color Cylindrical-coordinate representation of color #DCCBDA: hue angle of 307.06º 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 #DCCBDA is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 203 | 218 | - |
CMYK | 0 | 0.08 | 0.01 | 0.14 |
HSL | 307.06º | 0.2% | 0.83% | - |
HSV(B) | 307.06º | 0.08% | 0.86% | - |
XYZ | 63.53 | 62.99 | 75.14 | - |
YUV | 209.79 | 132.63 | 135.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 203 | 218 | 0 | 0.08 | 0.01 | 0.14 | 307.06 | 0.2 | 0.83 |
Hex | DC | CB | DA | 0 | 8 | 1 | E | 133 | 14 | 53 |
Octal | 334 | 313 | 332 | 0 | 10 | 1 | 16 | 463 | 24 | 123 |
Binary | 11011100 | 11001011 | 11011010 | 0 | 1000 | 1 | 1110 | 100110011 | 10100 | 1010011 |
Color Harmonies of #DCCBDA
Complementary color
Monochromatic Colors of #DCCBDA
Black with #DCCBDA
Text Example
Text Example
White with #DCCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCBDA; }
p { color: rgb(220,203,218); }
H1.HeaderClassName
{
color: #DCCBDA;
}
.AnyTagClassName
{
color: #DCCBDA;
}
</style>
background-color css
<style>
a { background-color: #DCCBDA; }
a { background-color: rgb(220,203,218); }
div.DivClassName
{
background-color: #DCCBDA;
}
.BgClassName
{
background-color: #DCCBDA;
}
</style>
border-color css
<style>
span { border-color: #DCCBDA; }
span { border-color: rgb(220,203,218); }
td.TdClassName
{
border-color: #DCCBDA;
}
.TagClassName
{
border-color: #DCCBDA;
}
</style>