Shades of Fog #D6BBEC
Tints of Fog #D6BBEC
RGB
CMYK
RGB Variations
Color information
#D6BBEC (or 0xD6BBEC) is known color: Fog. HEX triplet: D6, BB and EC. RGB value is (214,187,236). Sum of RGB (Red+Green+Blue) = 214+187+236=637 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.59% from 637); Green value is 187 (73.44% from 255 or 29.36% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6BBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BBEC is #294413. Grayscale: #C8C8C8. Windows color (decimal): -2704404 or 15514582. OLE color: 15514582.
HSL color Cylindrical-coordinate representation of color #D6BBEC: hue angle of 273.06º degrees, saturation: 0.56, 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 #D6BBEC is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 187 | 236 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.07 |
| HSL | 273.06º | 0.56% | 0.83% | - |
| HSV(B) | 273.06º | 0.21% | 0.93% | - |
| XYZ | 60.64 | 55.89 | 86.95 | - |
| YUV | 200.66 | 147.95 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 236 | 0.09 | 0.21 | 0 | 0.07 | 273.06 | 0.56 | 0.83 |
| Hex | D6 | BB | EC | 9 | 15 | 0 | 7 | 111 | 38 | 53 |
| Octal | 326 | 273 | 354 | 11 | 25 | 0 | 7 | 421 | 70 | 123 |
| Binary | 11010110 | 10111011 | 11101100 | 1001 | 10101 | 0 | 111 | 100010001 | 111000 | 1010011 |
Color Harmonies of #D6BBEC
Complementary color
Monochromatic Colors of #D6BBEC
Black with #D6BBEC
Text Example
Text Example
White with #D6BBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBEC; }
p { color: rgb(214,187,236); }
H1.HeaderClassName
{
color: #D6BBEC;
}
.AnyTagClassName
{
color: #D6BBEC;
}
</style>
background-color css
<style>
a { background-color: #D6BBEC; }
a { background-color: rgb(214,187,236); }
div.DivClassName
{
background-color: #D6BBEC;
}
.BgClassName
{
background-color: #D6BBEC;
}
</style>
border-color css
<style>
span { border-color: #D6BBEC; }
span { border-color: rgb(214,187,236); }
td.TdClassName
{
border-color: #D6BBEC;
}
.TagClassName
{
border-color: #D6BBEC;
}
</style>