Shades of Fog #D6BBEF
Tints of Fog #D6BBEF
RGB
CMYK
RGB Variations
Color information
#D6BBEF (or 0xD6BBEF) is known color: Fog. HEX triplet: D6, BB and EF. RGB value is (214,187,239). Sum of RGB (Red+Green+Blue) = 214+187+239=640 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.44% from 640); Green value is 187 (73.44% from 255 or 29.22% from 640); Blue value is 239 (93.75% from 255 or 37.34% from 640); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6BBEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBEF is #294410. Grayscale: #C8C8C8. Windows color (decimal): -2704401 or 15711190. OLE color: 15711190.
HSL color Cylindrical-coordinate representation of color #D6BBEF: hue angle of 271.15º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6BBEF is Cyan = 0.10, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 187 | 239 | - |
| CMYK | 0.10 | 0.22 | 0 | 0.06 |
| HSL | 271.15º | 0.62% | 0.84% | - |
| HSV(B) | 271.15º | 0.22% | 0.94% | - |
| XYZ | 61.08 | 56.07 | 89.26 | - |
| YUV | 201 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 239 | 0.10 | 0.22 | 0 | 0.06 | 271.15 | 0.62 | 0.84 |
| Hex | D6 | BB | EF | A | 16 | 0 | 6 | 10F | 3E | 54 |
| Octal | 326 | 273 | 357 | 12 | 26 | 0 | 6 | 417 | 76 | 124 |
| Binary | 11010110 | 10111011 | 11101111 | 1010 | 10110 | 0 | 110 | 100001111 | 111110 | 1010100 |
Color Harmonies of #D6BBEF
Complementary color
Monochromatic Colors of #D6BBEF
Black with #D6BBEF
Text Example
Text Example
White with #D6BBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBEF; }
p { color: rgb(214,187,239); }
H1.HeaderClassName
{
color: #D6BBEF;
}
.AnyTagClassName
{
color: #D6BBEF;
}
</style>
background-color css
<style>
a { background-color: #D6BBEF; }
a { background-color: rgb(214,187,239); }
div.DivClassName
{
background-color: #D6BBEF;
}
.BgClassName
{
background-color: #D6BBEF;
}
</style>
border-color css
<style>
span { border-color: #D6BBEF; }
span { border-color: rgb(214,187,239); }
td.TdClassName
{
border-color: #D6BBEF;
}
.TagClassName
{
border-color: #D6BBEF;
}
</style>