Shades of Thistle #D0C2D0
Tints of Thistle #D0C2D0
RGB
CMYK
RGB Variations
Color information
#D0C2D0 (or 0xD0C2D0) is known color: Thistle. HEX triplet: D0, C2 and D0. RGB value is (208,194,208). Sum of RGB (Red+Green+Blue) = 208+194+208=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D0C2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C2D0 is #2F3D2F. Grayscale: #C7C7C7. Windows color (decimal): -3095856 or 13681360. OLE color: 13681360.
HSL color Cylindrical-coordinate representation of color #D0C2D0: hue angle of 300º degrees, saturation: 0.13, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D0C2D0 is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 194 | 208 | - |
CMYK | 0 | 0.07 | 0 | 0.18 |
HSL | 300º | 0.13% | 0.79% | - |
HSV(B) | 300º | 0.07% | 0.82% | - |
XYZ | 56.69 | 56.55 | 67.6 | - |
YUV | 199.78 | 132.64 | 133.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 194 | 208 | 0 | 0.07 | 0 | 0.18 | 300 | 0.13 | 0.79 |
Hex | D0 | C2 | D0 | 0 | 7 | 0 | 12 | 12C | D | 4F |
Octal | 320 | 302 | 320 | 0 | 7 | 0 | 22 | 454 | 15 | 117 |
Binary | 11010000 | 11000010 | 11010000 | 0 | 111 | 0 | 10010 | 100101100 | 1101 | 1001111 |
Color Harmonies of #D0C2D0
Complementary color
Monochromatic Colors of #D0C2D0
Black with #D0C2D0
Text Example
Text Example
White with #D0C2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C2D0; }
p { color: rgb(208,194,208); }
H1.HeaderClassName
{
color: #D0C2D0;
}
.AnyTagClassName
{
color: #D0C2D0;
}
</style>
background-color css
<style>
a { background-color: #D0C2D0; }
a { background-color: rgb(208,194,208); }
div.DivClassName
{
background-color: #D0C2D0;
}
.BgClassName
{
background-color: #D0C2D0;
}
</style>
border-color css
<style>
span { border-color: #D0C2D0; }
span { border-color: rgb(208,194,208); }
td.TdClassName
{
border-color: #D0C2D0;
}
.TagClassName
{
border-color: #D0C2D0;
}
</style>