Shades of Thistle #DDC8DA
Tints of Thistle #DDC8DA
RGB
CMYK
RGB Variations
Color information
#DDC8DA (or 0xDDC8DA) is known color: Thistle. HEX triplet: DD, C8 and DA. RGB value is (221,200,218). Sum of RGB (Red+Green+Blue) = 221+200+218=639 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.59% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8DA is #223725. Grayscale: #D0D0D0. Windows color (decimal): -2242342 or 14338269. OLE color: 14338269.
HSL color Cylindrical-coordinate representation of color #DDC8DA: hue angle of 308.57º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDC8DA is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 200 | 218 | - |
CMYK | 0 | 0.10 | 0.01 | 0.13 |
HSL | 308.57º | 0.24% | 0.83% | - |
HSV(B) | 308.57º | 0.1% | 0.87% | - |
XYZ | 63.13 | 61.74 | 74.92 | - |
YUV | 208.33 | 133.46 | 137.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 200 | 218 | 0 | 0.10 | 0.01 | 0.13 | 308.57 | 0.24 | 0.83 |
Hex | DD | C8 | DA | 0 | A | 1 | D | 135 | 18 | 53 |
Octal | 335 | 310 | 332 | 0 | 12 | 1 | 15 | 465 | 30 | 123 |
Binary | 11011101 | 11001000 | 11011010 | 0 | 1010 | 1 | 1101 | 100110101 | 11000 | 1010011 |
Color Harmonies of #DDC8DA
Complementary color
Monochromatic Colors of #DDC8DA
Black with #DDC8DA
Text Example
Text Example
White with #DDC8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8DA; }
p { color: rgb(221,200,218); }
H1.HeaderClassName
{
color: #DDC8DA;
}
.AnyTagClassName
{
color: #DDC8DA;
}
</style>
background-color css
<style>
a { background-color: #DDC8DA; }
a { background-color: rgb(221,200,218); }
div.DivClassName
{
background-color: #DDC8DA;
}
.BgClassName
{
background-color: #DDC8DA;
}
</style>
border-color css
<style>
span { border-color: #DDC8DA; }
span { border-color: rgb(221,200,218); }
td.TdClassName
{
border-color: #DDC8DA;
}
.TagClassName
{
border-color: #DDC8DA;
}
</style>