Shades of Thistle #DCBFE4
Tints of Thistle #DCBFE4
RGB
CMYK
RGB Variations
Color information
#DCBFE4 (or 0xDCBFE4) is known color: Thistle. HEX triplet: DC, BF and E4. RGB value is (220,191,228). Sum of RGB (Red+Green+Blue) = 220+191+228=639 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.43% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 228 (89.45% from 255 or 35.68% from 639); Max value from RGB is 228 - color contains mainly: blue. Hex color #DCBFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBFE4 is #23401B. Grayscale: #CBCBCB. Windows color (decimal): -2310172 or 14991324. OLE color: 14991324.
HSL color Cylindrical-coordinate representation of color #DCBFE4: hue angle of 287.03º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCBFE4 is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 220 | 191 | 228 | - |
CMYK | 0.04 | 0.16 | 0 | 0.11 |
HSL | 287.03º | 0.41% | 0.82% | - |
HSV(B) | 287.03º | 0.16% | 0.89% | - |
XYZ | 62.15 | 58.08 | 81.33 | - |
YUV | 203.89 | 141.61 | 139.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 191 | 228 | 0.04 | 0.16 | 0 | 0.11 | 287.03 | 0.41 | 0.82 |
Hex | DC | BF | E4 | 4 | 10 | 0 | B | 11F | 29 | 52 |
Octal | 334 | 277 | 344 | 4 | 20 | 0 | 13 | 437 | 51 | 122 |
Binary | 11011100 | 10111111 | 11100100 | 100 | 10000 | 0 | 1011 | 100011111 | 101001 | 1010010 |
Color Harmonies of #DCBFE4
Complementary color
Monochromatic Colors of #DCBFE4
Black with #DCBFE4
Text Example
Text Example
White with #DCBFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBFE4; }
p { color: rgb(220,191,228); }
H1.HeaderClassName
{
color: #DCBFE4;
}
.AnyTagClassName
{
color: #DCBFE4;
}
</style>
background-color css
<style>
a { background-color: #DCBFE4; }
a { background-color: rgb(220,191,228); }
div.DivClassName
{
background-color: #DCBFE4;
}
.BgClassName
{
background-color: #DCBFE4;
}
</style>
border-color css
<style>
span { border-color: #DCBFE4; }
span { border-color: rgb(220,191,228); }
td.TdClassName
{
border-color: #DCBFE4;
}
.TagClassName
{
border-color: #DCBFE4;
}
</style>