Shades of Thistle #DEC3DD
Tints of Thistle #DEC3DD
RGB
CMYK
RGB Variations
Color information
#DEC3DD (or 0xDEC3DD) is known color: Thistle. HEX triplet: DE, C3 and DD. RGB value is (222,195,221). Sum of RGB (Red+Green+Blue) = 222+195+221=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC3DD is #213C22. Grayscale: #CDCDCD. Windows color (decimal): -2178083 or 14533598. OLE color: 14533598.
HSL color Cylindrical-coordinate representation of color #DEC3DD: hue angle of 302.22º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEC3DD is Cyan = 0, Magento = 0.12, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 222 | 195 | 221 | - |
CMYK | 0 | 0.12 | 0.00 | 0.13 |
HSL | 302.22º | 0.29% | 0.82% | - |
HSV(B) | 302.22º | 0.12% | 0.87% | - |
XYZ | 62.69 | 59.78 | 76.64 | - |
YUV | 206.04 | 136.45 | 139.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 195 | 221 | 0 | 0.12 | 0.00 | 0.13 | 302.22 | 0.29 | 0.82 |
Hex | DE | C3 | DD | 0 | C | 0 | D | 12E | 1D | 52 |
Octal | 336 | 303 | 335 | 0 | 14 | 0 | 15 | 456 | 35 | 122 |
Binary | 11011110 | 11000011 | 11011101 | 0 | 1100 | 0 | 1101 | 100101110 | 11101 | 1010010 |
Color Harmonies of #DEC3DD
Complementary color
Monochromatic Colors of #DEC3DD
Black with #DEC3DD
Text Example
Text Example
White with #DEC3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC3DD; }
p { color: rgb(222,195,221); }
H1.HeaderClassName
{
color: #DEC3DD;
}
.AnyTagClassName
{
color: #DEC3DD;
}
</style>
background-color css
<style>
a { background-color: #DEC3DD; }
a { background-color: rgb(222,195,221); }
div.DivClassName
{
background-color: #DEC3DD;
}
.BgClassName
{
background-color: #DEC3DD;
}
</style>
border-color css
<style>
span { border-color: #DEC3DD; }
span { border-color: rgb(222,195,221); }
td.TdClassName
{
border-color: #DEC3DD;
}
.TagClassName
{
border-color: #DEC3DD;
}
</style>