Shades of Fog #D6BCF2
Tints of Fog #D6BCF2
RGB
CMYK
RGB Variations
Color information
#D6BCF2 (or 0xD6BCF2) is known color: Fog. HEX triplet: D6, BC and F2. RGB value is (214,188,242). Sum of RGB (Red+Green+Blue) = 214+188+242=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 188 (73.83% from 255 or 29.19% from 644); Blue value is 242 (94.92% from 255 or 37.58% from 644); Max value from RGB is 242 - color contains mainly: blue. Hex color #D6BCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BCF2 is #29430D. Grayscale: #C9C9C9. Windows color (decimal): -2704142 or 15908054. OLE color: 15908054.
HSL color Cylindrical-coordinate representation of color #D6BCF2: hue angle of 268.89º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6BCF2 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 188 | 242 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.05 |
| HSL | 268.89º | 0.68% | 0.84% | - |
| HSV(B) | 268.89º | 0.22% | 0.95% | - |
| XYZ | 61.74 | 56.67 | 91.69 | - |
| YUV | 201.93 | 150.61 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 242 | 0.12 | 0.22 | 0 | 0.05 | 268.89 | 0.68 | 0.84 |
| Hex | D6 | BC | F2 | C | 16 | 0 | 5 | 10D | 44 | 54 |
| Octal | 326 | 274 | 362 | 14 | 26 | 0 | 5 | 415 | 104 | 124 |
| Binary | 11010110 | 10111100 | 11110010 | 1100 | 10110 | 0 | 101 | 100001101 | 1000100 | 1010100 |
Color Harmonies of #D6BCF2
Complementary color
Monochromatic Colors of #D6BCF2
Black with #D6BCF2
Text Example
Text Example
White with #D6BCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCF2; }
p { color: rgb(214,188,242); }
H1.HeaderClassName
{
color: #D6BCF2;
}
.AnyTagClassName
{
color: #D6BCF2;
}
</style>
background-color css
<style>
a { background-color: #D6BCF2; }
a { background-color: rgb(214,188,242); }
div.DivClassName
{
background-color: #D6BCF2;
}
.BgClassName
{
background-color: #D6BCF2;
}
</style>
border-color css
<style>
span { border-color: #D6BCF2; }
span { border-color: rgb(214,188,242); }
td.TdClassName
{
border-color: #D6BCF2;
}
.TagClassName
{
border-color: #D6BCF2;
}
</style>