Shades of Thistle #DDC3E3
Tints of Thistle #DDC3E3
RGB
CMYK
RGB Variations
Color information
#DDC3E3 (or 0xDDC3E3) is known color: Thistle. HEX triplet: DD, C3 and E3. RGB value is (221,195,227). Sum of RGB (Red+Green+Blue) = 221+195+227=643 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.37% from 643); Green value is 195 (76.56% from 255 or 30.33% from 643); Blue value is 227 (89.06% from 255 or 35.30% from 643); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDC3E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3E3 is #223C1C. Grayscale: #CECECE. Windows color (decimal): -2243613 or 14926813. OLE color: 14926813.
HSL color Cylindrical-coordinate representation of color #DDC3E3: hue angle of 288.75º 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 #DDC3E3 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 195 | 227 | - |
| CMYK | 0.03 | 0.14 | 0 | 0.11 |
| HSL | 288.75º | 0.36% | 0.83% | - |
| HSV(B) | 288.75º | 0.14% | 0.89% | - |
| XYZ | 63.2 | 59.95 | 80.91 | - |
| YUV | 206.42 | 139.61 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 227 | 0.03 | 0.14 | 0 | 0.11 | 288.75 | 0.36 | 0.83 |
| Hex | DD | C3 | E3 | 3 | E | 0 | B | 121 | 24 | 53 |
| Octal | 335 | 303 | 343 | 3 | 16 | 0 | 13 | 441 | 44 | 123 |
| Binary | 11011101 | 11000011 | 11100011 | 11 | 1110 | 0 | 1011 | 100100001 | 100100 | 1010011 |
Color Harmonies of #DDC3E3
Complementary color
Monochromatic Colors of #DDC3E3
Black with #DDC3E3
Text Example
Text Example
White with #DDC3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3E3; }
p { color: rgb(221,195,227); }
H1.HeaderClassName
{
color: #DDC3E3;
}
.AnyTagClassName
{
color: #DDC3E3;
}
</style>
background-color css
<style>
a { background-color: #DDC3E3; }
a { background-color: rgb(221,195,227); }
div.DivClassName
{
background-color: #DDC3E3;
}
.BgClassName
{
background-color: #DDC3E3;
}
</style>
border-color css
<style>
span { border-color: #DDC3E3; }
span { border-color: rgb(221,195,227); }
td.TdClassName
{
border-color: #DDC3E3;
}
.TagClassName
{
border-color: #DDC3E3;
}
</style>