Shades of Thistle #DDCFDA
Tints of Thistle #DDCFDA
RGB
CMYK
RGB Variations
Color information
#DDCFDA (or 0xDDCFDA) is known color: Thistle. HEX triplet: DD, CF and DA. RGB value is (221,207,218). Sum of RGB (Red+Green+Blue) = 221+207+218=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 207 (81.25% from 255 or 32.04% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCFDA is #223025. Grayscale: #D4D4D4. Windows color (decimal): -2240550 or 14340061. OLE color: 14340061.
HSL color Cylindrical-coordinate representation of color #DDCFDA: hue angle of 312.86º degrees, saturation: 0.17, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDCFDA is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 207 | 218 | - |
CMYK | 0 | 0.06 | 0.01 | 0.13 |
HSL | 312.86º | 0.17% | 0.84% | - |
HSV(B) | 312.86º | 0.06% | 0.87% | - |
XYZ | 64.79 | 65.06 | 75.47 | - |
YUV | 212.44 | 131.14 | 134.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 207 | 218 | 0 | 0.06 | 0.01 | 0.13 | 312.86 | 0.17 | 0.84 |
Hex | DD | CF | DA | 0 | 6 | 1 | D | 139 | 11 | 54 |
Octal | 335 | 317 | 332 | 0 | 6 | 1 | 15 | 471 | 21 | 124 |
Binary | 11011101 | 11001111 | 11011010 | 0 | 110 | 1 | 1101 | 100111001 | 10001 | 1010100 |
Color Harmonies of #DDCFDA
Complementary color
Monochromatic Colors of #DDCFDA
Black with #DDCFDA
Text Example
Text Example
White with #DDCFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFDA; }
p { color: rgb(221,207,218); }
H1.HeaderClassName
{
color: #DDCFDA;
}
.AnyTagClassName
{
color: #DDCFDA;
}
</style>
background-color css
<style>
a { background-color: #DDCFDA; }
a { background-color: rgb(221,207,218); }
div.DivClassName
{
background-color: #DDCFDA;
}
.BgClassName
{
background-color: #DDCFDA;
}
</style>
border-color css
<style>
span { border-color: #DDCFDA; }
span { border-color: rgb(221,207,218); }
td.TdClassName
{
border-color: #DDCFDA;
}
.TagClassName
{
border-color: #DDCFDA;
}
</style>