Shades of Fog #D6BFE8
Tints of Fog #D6BFE8
RGB
CMYK
RGB Variations
Color information
#D6BFE8 (or 0xD6BFE8) is known color: Fog. HEX triplet: D6, BF and E8. RGB value is (214,191,232). Sum of RGB (Red+Green+Blue) = 214+191+232=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 191 (75% from 255 or 29.98% from 637); Blue value is 232 (91.02% from 255 or 36.42% from 637); Max value from RGB is 232 - color contains mainly: blue. Hex color #D6BFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BFE8 is #294017. Grayscale: #CACACA. Windows color (decimal): -2703384 or 15253462. OLE color: 15253462.
HSL color Cylindrical-coordinate representation of color #D6BFE8: hue angle of 273.66º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6BFE8 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 214 | 191 | 232 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.09 |
| HSL | 273.66º | 0.47% | 0.83% | - |
| HSV(B) | 273.66º | 0.18% | 0.91% | - |
| XYZ | 60.93 | 57.38 | 84.21 | - |
| YUV | 202.55 | 144.62 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 232 | 0.08 | 0.18 | 0 | 0.09 | 273.66 | 0.47 | 0.83 |
| Hex | D6 | BF | E8 | 8 | 12 | 0 | 9 | 112 | 2F | 53 |
| Octal | 326 | 277 | 350 | 10 | 22 | 0 | 11 | 422 | 57 | 123 |
| Binary | 11010110 | 10111111 | 11101000 | 1000 | 10010 | 0 | 1001 | 100010010 | 101111 | 1010011 |
Color Harmonies of #D6BFE8
Complementary color
Monochromatic Colors of #D6BFE8
Black with #D6BFE8
Text Example
Text Example
White with #D6BFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFE8; }
p { color: rgb(214,191,232); }
H1.HeaderClassName
{
color: #D6BFE8;
}
.AnyTagClassName
{
color: #D6BFE8;
}
</style>
background-color css
<style>
a { background-color: #D6BFE8; }
a { background-color: rgb(214,191,232); }
div.DivClassName
{
background-color: #D6BFE8;
}
.BgClassName
{
background-color: #D6BFE8;
}
</style>
border-color css
<style>
span { border-color: #D6BFE8; }
span { border-color: rgb(214,191,232); }
td.TdClassName
{
border-color: #D6BFE8;
}
.TagClassName
{
border-color: #D6BFE8;
}
</style>