Shades of Thistle #DDC4E3
Tints of Thistle #DDC4E3
RGB
CMYK
RGB Variations
Color information
#DDC4E3 (or 0xDDC4E3) is known color: Thistle. HEX triplet: DD, C4 and E3. RGB value is (221,196,227). Sum of RGB (Red+Green+Blue) = 221+196+227=644 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.32% from 644); Green value is 196 (76.95% from 255 or 30.43% from 644); Blue value is 227 (89.06% from 255 or 35.25% from 644); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDC4E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC4E3 is #223B1C. Grayscale: #CECECE. Windows color (decimal): -2243357 or 14927069. OLE color: 14927069.
HSL color Cylindrical-coordinate representation of color #DDC4E3: hue angle of 288.39º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDC4E3 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 196 | 227 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.11 |
| HSL | 288.39º | 0.36% | 0.83% | - |
| HSV(B) | 288.39º | 0.14% | 0.89% | - |
| XYZ | 63.42 | 60.4 | 80.99 | - |
| YUV | 207.01 | 139.28 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 227 | 0.03 | 0.14 | 0 | 0.11 | 288.39 | 0.36 | 0.83 |
| Hex | DD | C4 | E3 | 3 | E | 0 | B | 120 | 24 | 53 |
| Octal | 335 | 304 | 343 | 3 | 16 | 0 | 13 | 440 | 44 | 123 |
| Binary | 11011101 | 11000100 | 11100011 | 11 | 1110 | 0 | 1011 | 100100000 | 100100 | 1010011 |
Color Harmonies of #DDC4E3
Complementary color
Monochromatic Colors of #DDC4E3
Black with #DDC4E3
Text Example
Text Example
White with #DDC4E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC4E3; }
p { color: rgb(221,196,227); }
H1.HeaderClassName
{
color: #DDC4E3;
}
.AnyTagClassName
{
color: #DDC4E3;
}
</style>
background-color css
<style>
a { background-color: #DDC4E3; }
a { background-color: rgb(221,196,227); }
div.DivClassName
{
background-color: #DDC4E3;
}
.BgClassName
{
background-color: #DDC4E3;
}
</style>
border-color css
<style>
span { border-color: #DDC4E3; }
span { border-color: rgb(221,196,227); }
td.TdClassName
{
border-color: #DDC4E3;
}
.TagClassName
{
border-color: #DDC4E3;
}
</style>