Shades of Fog #D6BCF4
Tints of Fog #D6BCF4
RGB
CMYK
RGB Variations
Color information
#D6BCF4 (or 0xD6BCF4) is known color: Fog. HEX triplet: D6, BC and F4. RGB value is (214,188,244). Sum of RGB (Red+Green+Blue) = 214+188+244=646 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.13% from 646); Green value is 188 (73.83% from 255 or 29.10% from 646); Blue value is 244 (95.70% from 255 or 37.77% from 646); Max value from RGB is 244 - color contains mainly: blue. Hex color #D6BCF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BCF4 is #29430B. Grayscale: #C9C9C9. Windows color (decimal): -2704140 or 16039126. OLE color: 16039126.
HSL color Cylindrical-coordinate representation of color #D6BCF4: hue angle of 267.86º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6BCF4 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 188 | 244 | - |
| CMYK | 0.12 | 0.23 | 0 | 0.04 |
| HSL | 267.86º | 0.72% | 0.85% | - |
| HSV(B) | 267.86º | 0.23% | 0.96% | - |
| XYZ | 62.04 | 56.79 | 93.28 | - |
| YUV | 202.16 | 151.61 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 188 | 244 | 0.12 | 0.23 | 0 | 0.04 | 267.86 | 0.72 | 0.85 |
| Hex | D6 | BC | F4 | C | 17 | 0 | 4 | 10C | 48 | 55 |
| Octal | 326 | 274 | 364 | 14 | 27 | 0 | 4 | 414 | 110 | 125 |
| Binary | 11010110 | 10111100 | 11110100 | 1100 | 10111 | 0 | 100 | 100001100 | 1001000 | 1010101 |
Color Harmonies of #D6BCF4
Complementary color
Monochromatic Colors of #D6BCF4
Black with #D6BCF4
Text Example
Text Example
White with #D6BCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BCF4; }
p { color: rgb(214,188,244); }
H1.HeaderClassName
{
color: #D6BCF4;
}
.AnyTagClassName
{
color: #D6BCF4;
}
</style>
background-color css
<style>
a { background-color: #D6BCF4; }
a { background-color: rgb(214,188,244); }
div.DivClassName
{
background-color: #D6BCF4;
}
.BgClassName
{
background-color: #D6BCF4;
}
</style>
border-color css
<style>
span { border-color: #D6BCF4; }
span { border-color: rgb(214,188,244); }
td.TdClassName
{
border-color: #D6BCF4;
}
.TagClassName
{
border-color: #D6BCF4;
}
</style>