Shades of Fog #D6BFF8
Tints of Fog #D6BFF8
RGB
CMYK
RGB Variations
Color information
#D6BFF8 (or 0xD6BFF8) is known color: Fog. HEX triplet: D6, BF and F8. RGB value is (214,191,248). Sum of RGB (Red+Green+Blue) = 214+191+248=653 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.77% from 653); Green value is 191 (75% from 255 or 29.25% from 653); Blue value is 248 (97.27% from 255 or 37.98% from 653); Max value from RGB is 248 - color contains mainly: blue. Hex color #D6BFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BFF8 is #294007. Grayscale: #CCCCCC. Windows color (decimal): -2703368 or 16302038. OLE color: 16302038.
HSL color Cylindrical-coordinate representation of color #D6BFF8: hue angle of 264.21º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6BFF8 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 191 | 248 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.03 |
| HSL | 264.21º | 0.8% | 0.86% | - |
| HSV(B) | 264.21º | 0.23% | 0.97% | - |
| XYZ | 63.31 | 58.34 | 96.73 | - |
| YUV | 204.38 | 152.62 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 248 | 0.14 | 0.23 | 0 | 0.03 | 264.21 | 0.8 | 0.86 |
| Hex | D6 | BF | F8 | E | 17 | 0 | 3 | 108 | 50 | 56 |
| Octal | 326 | 277 | 370 | 16 | 27 | 0 | 3 | 410 | 120 | 126 |
| Binary | 11010110 | 10111111 | 11111000 | 1110 | 10111 | 0 | 11 | 100001000 | 1010000 | 1010110 |
Color Harmonies of #D6BFF8
Complementary color
Monochromatic Colors of #D6BFF8
Black with #D6BFF8
Text Example
Text Example
White with #D6BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFF8; }
p { color: rgb(214,191,248); }
H1.HeaderClassName
{
color: #D6BFF8;
}
.AnyTagClassName
{
color: #D6BFF8;
}
</style>
background-color css
<style>
a { background-color: #D6BFF8; }
a { background-color: rgb(214,191,248); }
div.DivClassName
{
background-color: #D6BFF8;
}
.BgClassName
{
background-color: #D6BFF8;
}
</style>
border-color css
<style>
span { border-color: #D6BFF8; }
span { border-color: rgb(214,191,248); }
td.TdClassName
{
border-color: #D6BFF8;
}
.TagClassName
{
border-color: #D6BFF8;
}
</style>