Shades of Fog #D6BCFC
Tints of Fog #D6BCFC
RGB
CMYK
RGB Variations
Color information
#D6BCFC (or 0xD6BCFC) is known color: Fog. HEX triplet: D6, BC and FC. RGB value is (214,188,252). Sum of RGB (Red+Green+Blue) = 214+188+252=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6BCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BCFC is #294303. Grayscale: #CACACA. Windows color (decimal): -2704132 or 16563414. OLE color: 16563414.
HSL color Cylindrical-coordinate representation of color #D6BCFC: hue angle of 264.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6BCFC is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 188 | 252 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.01 |
| HSL | 264.38º | 0.91% | 0.86% | - |
| HSV(B) | 264.38º | 0.25% | 0.99% | - |
| XYZ | 63.29 | 57.29 | 99.82 | - |
| YUV | 203.07 | 155.61 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 252 | 0.15 | 0.25 | 0 | 0.01 | 264.38 | 0.91 | 0.86 |
| Hex | D6 | BC | FC | F | 19 | 0 | 1 | 108 | 5B | 56 |
| Octal | 326 | 274 | 374 | 17 | 31 | 0 | 1 | 410 | 133 | 126 |
| Binary | 11010110 | 10111100 | 11111100 | 1111 | 11001 | 0 | 1 | 100001000 | 1011011 | 1010110 |
Color Harmonies of #D6BCFC
Complementary color
Monochromatic Colors of #D6BCFC
Black with #D6BCFC
Text Example
Text Example
White with #D6BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCFC; }
p { color: rgb(214,188,252); }
H1.HeaderClassName
{
color: #D6BCFC;
}
.AnyTagClassName
{
color: #D6BCFC;
}
</style>
background-color css
<style>
a { background-color: #D6BCFC; }
a { background-color: rgb(214,188,252); }
div.DivClassName
{
background-color: #D6BCFC;
}
.BgClassName
{
background-color: #D6BCFC;
}
</style>
border-color css
<style>
span { border-color: #D6BCFC; }
span { border-color: rgb(214,188,252); }
td.TdClassName
{
border-color: #D6BCFC;
}
.TagClassName
{
border-color: #D6BCFC;
}
</style>