Shades of Thistle #D9CEDA
Tints of Thistle #D9CEDA
RGB
CMYK
RGB Variations
Color information
#D9CEDA (or 0xD9CEDA) is known color: Thistle. HEX triplet: D9, CE and DA. RGB value is (217,206,218). Sum of RGB (Red+Green+Blue) = 217+206+218=641 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.85% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 218 - color contains mainly: blue. Hex color #D9CEDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CEDA is #263125. Grayscale: #D2D2D2. Windows color (decimal): -2502950 or 14339801. OLE color: 14339801.
HSL color Cylindrical-coordinate representation of color #D9CEDA: hue angle of 295º degrees, saturation: 0.14, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CEDA is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 217 | 206 | 218 | - |
CMYK | 0.00 | 0.06 | 0 | 0.15 |
HSL | 295º | 0.14% | 0.83% | - |
HSV(B) | 295º | 0.06% | 0.85% | - |
XYZ | 63.34 | 63.96 | 75.34 | - |
YUV | 210.66 | 132.14 | 132.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 206 | 218 | 0.00 | 0.06 | 0 | 0.15 | 295 | 0.14 | 0.83 |
Hex | D9 | CE | DA | 0 | 6 | 0 | F | 127 | E | 53 |
Octal | 331 | 316 | 332 | 0 | 6 | 0 | 17 | 447 | 16 | 123 |
Binary | 11011001 | 11001110 | 11011010 | 0 | 110 | 0 | 1111 | 100100111 | 1110 | 1010011 |
Color Harmonies of #D9CEDA
Complementary color
Monochromatic Colors of #D9CEDA
Black with #D9CEDA
Text Example
Text Example
White with #D9CEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CEDA; }
p { color: rgb(217,206,218); }
H1.HeaderClassName
{
color: #D9CEDA;
}
.AnyTagClassName
{
color: #D9CEDA;
}
</style>
background-color css
<style>
a { background-color: #D9CEDA; }
a { background-color: rgb(217,206,218); }
div.DivClassName
{
background-color: #D9CEDA;
}
.BgClassName
{
background-color: #D9CEDA;
}
</style>
border-color css
<style>
span { border-color: #D9CEDA; }
span { border-color: rgb(217,206,218); }
td.TdClassName
{
border-color: #D9CEDA;
}
.TagClassName
{
border-color: #D9CEDA;
}
</style>