Shades of Thistle #DDC3DF
Tints of Thistle #DDC3DF
RGB
CMYK
RGB Variations
Color information
#DDC3DF (or 0xDDC3DF) is known color: Thistle. HEX triplet: DD, C3 and DF. RGB value is (221,195,223). Sum of RGB (Red+Green+Blue) = 221+195+223=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 195 (76.56% from 255 or 30.52% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3DF is #223C20. Grayscale: #CDCDCD. Windows color (decimal): -2243617 or 14664669. OLE color: 14664669.
HSL color Cylindrical-coordinate representation of color #DDC3DF: hue angle of 295.71º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC3DF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 195 | 223 | - |
CMYK | 0.01 | 0.13 | 0 | 0.13 |
HSL | 295.71º | 0.3% | 0.82% | - |
HSV(B) | 295.71º | 0.13% | 0.87% | - |
XYZ | 62.65 | 59.73 | 78.04 | - |
YUV | 205.97 | 137.61 | 138.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 195 | 223 | 0.01 | 0.13 | 0 | 0.13 | 295.71 | 0.3 | 0.82 |
Hex | DD | C3 | DF | 1 | D | 0 | D | 128 | 1E | 52 |
Octal | 335 | 303 | 337 | 1 | 15 | 0 | 15 | 450 | 36 | 122 |
Binary | 11011101 | 11000011 | 11011111 | 1 | 1101 | 0 | 1101 | 100101000 | 11110 | 1010010 |
Color Harmonies of #DDC3DF
Complementary color
Monochromatic Colors of #DDC3DF
Black with #DDC3DF
Text Example
Text Example
White with #DDC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3DF; }
p { color: rgb(221,195,223); }
H1.HeaderClassName
{
color: #DDC3DF;
}
.AnyTagClassName
{
color: #DDC3DF;
}
</style>
background-color css
<style>
a { background-color: #DDC3DF; }
a { background-color: rgb(221,195,223); }
div.DivClassName
{
background-color: #DDC3DF;
}
.BgClassName
{
background-color: #DDC3DF;
}
</style>
border-color css
<style>
span { border-color: #DDC3DF; }
span { border-color: rgb(221,195,223); }
td.TdClassName
{
border-color: #DDC3DF;
}
.TagClassName
{
border-color: #DDC3DF;
}
</style>