Shades of Fog #D6BBED
Tints of Fog #D6BBED
RGB
CMYK
RGB Variations
Color information
#D6BBED (or 0xD6BBED) is known color: Fog. HEX triplet: D6, BB and ED. RGB value is (214,187,237). Sum of RGB (Red+Green+Blue) = 214+187+237=638 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.54% from 638); Green value is 187 (73.44% from 255 or 29.31% from 638); Blue value is 237 (92.97% from 255 or 37.15% from 638); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6BBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBED is #294412. Grayscale: #C8C8C8. Windows color (decimal): -2704403 or 15580118. OLE color: 15580118.
HSL color Cylindrical-coordinate representation of color #D6BBED: hue angle of 272.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6BBED is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 187 | 237 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.07 |
| HSL | 272.4º | 0.58% | 0.83% | - |
| HSV(B) | 272.4º | 0.21% | 0.93% | - |
| XYZ | 60.79 | 55.95 | 87.72 | - |
| YUV | 200.77 | 148.45 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 237 | 0.10 | 0.21 | 0 | 0.07 | 272.4 | 0.58 | 0.83 |
| Hex | D6 | BB | ED | A | 15 | 0 | 7 | 110 | 3A | 53 |
| Octal | 326 | 273 | 355 | 12 | 25 | 0 | 7 | 420 | 72 | 123 |
| Binary | 11010110 | 10111011 | 11101101 | 1010 | 10101 | 0 | 111 | 100010000 | 111010 | 1010011 |
Color Harmonies of #D6BBED
Complementary color
Monochromatic Colors of #D6BBED
Black with #D6BBED
Text Example
Text Example
White with #D6BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBED; }
p { color: rgb(214,187,237); }
H1.HeaderClassName
{
color: #D6BBED;
}
.AnyTagClassName
{
color: #D6BBED;
}
</style>
background-color css
<style>
a { background-color: #D6BBED; }
a { background-color: rgb(214,187,237); }
div.DivClassName
{
background-color: #D6BBED;
}
.BgClassName
{
background-color: #D6BBED;
}
</style>
border-color css
<style>
span { border-color: #D6BBED; }
span { border-color: rgb(214,187,237); }
td.TdClassName
{
border-color: #D6BBED;
}
.TagClassName
{
border-color: #D6BBED;
}
</style>