Shades of Thistle #DCCEDA
Tints of Thistle #DCCEDA
RGB
CMYK
RGB Variations
Color information
#DCCEDA (or 0xDCCEDA) is known color: Thistle. HEX triplet: DC, CE and DA. RGB value is (220,206,218). Sum of RGB (Red+Green+Blue) = 220+206+218=644 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.16% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 218 (85.55% from 255 or 33.85% from 644); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCEDA is #233125. Grayscale: #D3D3D3. Windows color (decimal): -2306342 or 14339804. OLE color: 14339804.
HSL color Cylindrical-coordinate representation of color #DCCEDA: hue angle of 308.57º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCCEDA is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 206 | 218 | - |
CMYK | 0 | 0.06 | 0.01 | 0.14 |
HSL | 308.57º | 0.17% | 0.84% | - |
HSV(B) | 308.57º | 0.06% | 0.86% | - |
XYZ | 64.24 | 64.42 | 75.38 | - |
YUV | 211.55 | 131.64 | 134.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 206 | 218 | 0 | 0.06 | 0.01 | 0.14 | 308.57 | 0.17 | 0.84 |
Hex | DC | CE | DA | 0 | 6 | 1 | E | 135 | 11 | 54 |
Octal | 334 | 316 | 332 | 0 | 6 | 1 | 16 | 465 | 21 | 124 |
Binary | 11011100 | 11001110 | 11011010 | 0 | 110 | 1 | 1110 | 100110101 | 10001 | 1010100 |
Color Harmonies of #DCCEDA
Complementary color
Monochromatic Colors of #DCCEDA
Black with #DCCEDA
Text Example
Text Example
White with #DCCEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCEDA; }
p { color: rgb(220,206,218); }
H1.HeaderClassName
{
color: #DCCEDA;
}
.AnyTagClassName
{
color: #DCCEDA;
}
</style>
background-color css
<style>
a { background-color: #DCCEDA; }
a { background-color: rgb(220,206,218); }
div.DivClassName
{
background-color: #DCCEDA;
}
.BgClassName
{
background-color: #DCCEDA;
}
</style>
border-color css
<style>
span { border-color: #DCCEDA; }
span { border-color: rgb(220,206,218); }
td.TdClassName
{
border-color: #DCCEDA;
}
.TagClassName
{
border-color: #DCCEDA;
}
</style>