Shades of Thistle #DDCEDC
Tints of Thistle #DDCEDC
RGB
CMYK
RGB Variations
Color information
#DDCEDC (or 0xDDCEDC) is known color: Thistle. HEX triplet: DD, CE and DC. RGB value is (221,206,220). Sum of RGB (Red+Green+Blue) = 221+206+220=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 220 (86.33% from 255 or 34.00% from 647); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCEDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEDC is #223123. Grayscale: #D4D4D4. Windows color (decimal): -2240804 or 14470877. OLE color: 14470877.
HSL color Cylindrical-coordinate representation of color #DDCEDC: hue angle of 304º degrees, saturation: 0.18, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDCEDC is Cyan = 0, Magento = 0.07, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 206 | 220 | - |
CMYK | 0 | 0.07 | 0.00 | 0.13 |
HSL | 304º | 0.18% | 0.84% | - |
HSV(B) | 304º | 0.07% | 0.87% | - |
XYZ | 64.81 | 64.68 | 76.78 | - |
YUV | 212.08 | 132.47 | 134.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 206 | 220 | 0 | 0.07 | 0.00 | 0.13 | 304 | 0.18 | 0.84 |
Hex | DD | CE | DC | 0 | 7 | 0 | D | 130 | 12 | 54 |
Octal | 335 | 316 | 334 | 0 | 7 | 0 | 15 | 460 | 22 | 124 |
Binary | 11011101 | 11001110 | 11011100 | 0 | 111 | 0 | 1101 | 100110000 | 10010 | 1010100 |
Color Harmonies of #DDCEDC
Complementary color
Monochromatic Colors of #DDCEDC
Black with #DDCEDC
Text Example
Text Example
White with #DDCEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCEDC; }
p { color: rgb(221,206,220); }
H1.HeaderClassName
{
color: #DDCEDC;
}
.AnyTagClassName
{
color: #DDCEDC;
}
</style>
background-color css
<style>
a { background-color: #DDCEDC; }
a { background-color: rgb(221,206,220); }
div.DivClassName
{
background-color: #DDCEDC;
}
.BgClassName
{
background-color: #DDCEDC;
}
</style>
border-color css
<style>
span { border-color: #DDCEDC; }
span { border-color: rgb(221,206,220); }
td.TdClassName
{
border-color: #DDCEDC;
}
.TagClassName
{
border-color: #DDCEDC;
}
</style>