Shades of Thistle #DDC3DB
Tints of Thistle #DDC3DB
RGB
CMYK
RGB Variations
Color information
#DDC3DB (or 0xDDC3DB) is known color: Thistle. HEX triplet: DD, C3 and DB. RGB value is (221,195,219). Sum of RGB (Red+Green+Blue) = 221+195+219=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC3DB is #223C24. Grayscale: #CDCDCD. Windows color (decimal): -2243621 or 14402525. OLE color: 14402525.
HSL color Cylindrical-coordinate representation of color #DDC3DB: hue angle of 304.62º degrees, saturation: 0.28, 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 #DDC3DB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 195 | 219 | - |
CMYK | 0 | 0.12 | 0.01 | 0.13 |
HSL | 304.62º | 0.28% | 0.82% | - |
HSV(B) | 304.62º | 0.12% | 0.87% | - |
XYZ | 62.12 | 59.52 | 75.23 | - |
YUV | 205.51 | 135.61 | 139.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 195 | 219 | 0 | 0.12 | 0.01 | 0.13 | 304.62 | 0.28 | 0.82 |
Hex | DD | C3 | DB | 0 | C | 1 | D | 131 | 1C | 52 |
Octal | 335 | 303 | 333 | 0 | 14 | 1 | 15 | 461 | 34 | 122 |
Binary | 11011101 | 11000011 | 11011011 | 0 | 1100 | 1 | 1101 | 100110001 | 11100 | 1010010 |
Color Harmonies of #DDC3DB
Complementary color
Monochromatic Colors of #DDC3DB
Black with #DDC3DB
Text Example
Text Example
White with #DDC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC3DB; }
p { color: rgb(221,195,219); }
H1.HeaderClassName
{
color: #DDC3DB;
}
.AnyTagClassName
{
color: #DDC3DB;
}
</style>
background-color css
<style>
a { background-color: #DDC3DB; }
a { background-color: rgb(221,195,219); }
div.DivClassName
{
background-color: #DDC3DB;
}
.BgClassName
{
background-color: #DDC3DB;
}
</style>
border-color css
<style>
span { border-color: #DDC3DB; }
span { border-color: rgb(221,195,219); }
td.TdClassName
{
border-color: #DDC3DB;
}
.TagClassName
{
border-color: #DDC3DB;
}
</style>