Shades of Thistle #DCBFE2
Tints of Thistle #DCBFE2
RGB
CMYK
RGB Variations
Color information
#DCBFE2 (or 0xDCBFE2) is known color: Thistle. HEX triplet: DC, BF and E2. RGB value is (220,191,226). Sum of RGB (Red+Green+Blue) = 220+191+226=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #DCBFE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFE2 is #23401D. Grayscale: #CBCBCB. Windows color (decimal): -2310174 or 14860252. OLE color: 14860252.
HSL color Cylindrical-coordinate representation of color #DCBFE2: hue angle of 289.71º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBFE2 is Cyan = 0.03, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 191 | 226 | - |
CMYK | 0.03 | 0.15 | 0 | 0.11 |
HSL | 289.71º | 0.38% | 0.82% | - |
HSV(B) | 289.71º | 0.15% | 0.89% | - |
XYZ | 61.87 | 57.97 | 79.88 | - |
YUV | 203.66 | 140.61 | 139.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 191 | 226 | 0.03 | 0.15 | 0 | 0.11 | 289.71 | 0.38 | 0.82 |
Hex | DC | BF | E2 | 3 | F | 0 | B | 122 | 26 | 52 |
Octal | 334 | 277 | 342 | 3 | 17 | 0 | 13 | 442 | 46 | 122 |
Binary | 11011100 | 10111111 | 11100010 | 11 | 1111 | 0 | 1011 | 100100010 | 100110 | 1010010 |
Color Harmonies of #DCBFE2
Complementary color
Monochromatic Colors of #DCBFE2
Black with #DCBFE2
Text Example
Text Example
White with #DCBFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFE2; }
p { color: rgb(220,191,226); }
H1.HeaderClassName
{
color: #DCBFE2;
}
.AnyTagClassName
{
color: #DCBFE2;
}
</style>
background-color css
<style>
a { background-color: #DCBFE2; }
a { background-color: rgb(220,191,226); }
div.DivClassName
{
background-color: #DCBFE2;
}
.BgClassName
{
background-color: #DCBFE2;
}
</style>
border-color css
<style>
span { border-color: #DCBFE2; }
span { border-color: rgb(220,191,226); }
td.TdClassName
{
border-color: #DCBFE2;
}
.TagClassName
{
border-color: #DCBFE2;
}
</style>