Shades of Thistle #DCD2DA
Tints of Thistle #DCD2DA
RGB
CMYK
RGB Variations
Color information
#DCD2DA (or 0xDCD2DA) is known color: Thistle. HEX triplet: DC, D2 and DA. RGB value is (220,210,218). Sum of RGB (Red+Green+Blue) = 220+210+218=648 (85% of max value = 765). Red value is 220 (86.33% from 255 or 33.95% from 648); Green value is 210 (82.42% from 255 or 32.41% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2DA is #232D25. Grayscale: #D5D5D5. Windows color (decimal): -2305318 or 14340828. OLE color: 14340828.
HSL color Cylindrical-coordinate representation of color #DCD2DA: hue angle of 312º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DCD2DA is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 210 | 218 | - |
CMYK | 0 | 0.05 | 0.01 | 0.14 |
HSL | 312º | 0.13% | 0.84% | - |
HSV(B) | 312º | 0.05% | 0.86% | - |
XYZ | 65.22 | 66.37 | 75.7 | - |
YUV | 213.9 | 130.31 | 132.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 210 | 218 | 0 | 0.05 | 0.01 | 0.14 | 312 | 0.13 | 0.84 |
Hex | DC | D2 | DA | 0 | 5 | 1 | E | 138 | C | 54 |
Octal | 334 | 322 | 332 | 0 | 5 | 1 | 16 | 470 | 14 | 124 |
Binary | 11011100 | 11010010 | 11011010 | 0 | 101 | 1 | 1110 | 100111000 | 1100 | 1010100 |
Color Harmonies of #DCD2DA
Complementary color
Monochromatic Colors of #DCD2DA
Black with #DCD2DA
Text Example
Text Example
White with #DCD2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD2DA; }
p { color: rgb(220,210,218); }
H1.HeaderClassName
{
color: #DCD2DA;
}
.AnyTagClassName
{
color: #DCD2DA;
}
</style>
background-color css
<style>
a { background-color: #DCD2DA; }
a { background-color: rgb(220,210,218); }
div.DivClassName
{
background-color: #DCD2DA;
}
.BgClassName
{
background-color: #DCD2DA;
}
</style>
border-color css
<style>
span { border-color: #DCD2DA; }
span { border-color: rgb(220,210,218); }
td.TdClassName
{
border-color: #DCD2DA;
}
.TagClassName
{
border-color: #DCD2DA;
}
</style>