Shades of Thistle #D9CDDB
Tints of Thistle #D9CDDB
RGB
CMYK
RGB Variations
Color information
#D9CDDB (or 0xD9CDDB) is known color: Thistle. HEX triplet: D9, CD and DB. RGB value is (217,205,219). Sum of RGB (Red+Green+Blue) = 217+205+219=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 205 (80.47% from 255 or 31.98% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 219 - color contains mainly: blue. Hex color #D9CDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDDB is #263224. Grayscale: #D2D2D2. Windows color (decimal): -2503205 or 14405081. OLE color: 14405081.
HSL color Cylindrical-coordinate representation of color #D9CDDB: hue angle of 291.43º degrees, saturation: 0.16, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CDDB is Cyan = 0.01, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 217 | 205 | 219 | - |
CMYK | 0.01 | 0.06 | 0 | 0.14 |
HSL | 291.43º | 0.16% | 0.83% | - |
HSV(B) | 291.43º | 0.06% | 0.86% | - |
XYZ | 63.23 | 63.53 | 75.95 | - |
YUV | 210.18 | 132.98 | 132.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 205 | 219 | 0.01 | 0.06 | 0 | 0.14 | 291.43 | 0.16 | 0.83 |
Hex | D9 | CD | DB | 1 | 6 | 0 | E | 123 | 10 | 53 |
Octal | 331 | 315 | 333 | 1 | 6 | 0 | 16 | 443 | 20 | 123 |
Binary | 11011001 | 11001101 | 11011011 | 1 | 110 | 0 | 1110 | 100100011 | 10000 | 1010011 |
Color Harmonies of #D9CDDB
Complementary color
Monochromatic Colors of #D9CDDB
Black with #D9CDDB
Text Example
Text Example
White with #D9CDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CDDB; }
p { color: rgb(217,205,219); }
H1.HeaderClassName
{
color: #D9CDDB;
}
.AnyTagClassName
{
color: #D9CDDB;
}
</style>
background-color css
<style>
a { background-color: #D9CDDB; }
a { background-color: rgb(217,205,219); }
div.DivClassName
{
background-color: #D9CDDB;
}
.BgClassName
{
background-color: #D9CDDB;
}
</style>
border-color css
<style>
span { border-color: #D9CDDB; }
span { border-color: rgb(217,205,219); }
td.TdClassName
{
border-color: #D9CDDB;
}
.TagClassName
{
border-color: #D9CDDB;
}
</style>