Shades of Thistle #D1CCD2
Tints of Thistle #D1CCD2
RGB
CMYK
RGB Variations
Color information
#D1CCD2 (or 0xD1CCD2) is known color: Thistle. HEX triplet: D1, CC and D2. RGB value is (209,204,210). Sum of RGB (Red+Green+Blue) = 209+204+210=623 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.55% from 623); Green value is 204 (80.08% from 255 or 32.74% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 210 - color contains mainly: blue. Hex color #D1CCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCD2 is #2E332D. Grayscale: #CECECE. Windows color (decimal): -3027758 or 13814993. OLE color: 13814993.
HSL color Cylindrical-coordinate representation of color #D1CCD2: hue angle of 290º degrees, saturation: 0.06, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #D1CCD2 is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 204 | 210 | - |
CMYK | 0.00 | 0.03 | 0 | 0.18 |
HSL | 290º | 0.06% | 0.81% | - |
HSV(B) | 290º | 0.03% | 0.82% | - |
XYZ | 59.52 | 61.39 | 69.69 | - |
YUV | 206.18 | 130.16 | 130.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 204 | 210 | 0.00 | 0.03 | 0 | 0.18 | 290 | 0.06 | 0.81 |
Hex | D1 | CC | D2 | 0 | 3 | 0 | 12 | 122 | 6 | 51 |
Octal | 321 | 314 | 322 | 0 | 3 | 0 | 22 | 442 | 6 | 121 |
Binary | 11010001 | 11001100 | 11010010 | 0 | 11 | 0 | 10010 | 100100010 | 110 | 1010001 |
Color Harmonies of #D1CCD2
Complementary color
Monochromatic Colors of #D1CCD2
Black with #D1CCD2
Text Example
Text Example
White with #D1CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCD2; }
p { color: rgb(209,204,210); }
H1.HeaderClassName
{
color: #D1CCD2;
}
.AnyTagClassName
{
color: #D1CCD2;
}
</style>
background-color css
<style>
a { background-color: #D1CCD2; }
a { background-color: rgb(209,204,210); }
div.DivClassName
{
background-color: #D1CCD2;
}
.BgClassName
{
background-color: #D1CCD2;
}
</style>
border-color css
<style>
span { border-color: #D1CCD2; }
span { border-color: rgb(209,204,210); }
td.TdClassName
{
border-color: #D1CCD2;
}
.TagClassName
{
border-color: #D1CCD2;
}
</style>