Shades of Fog #D6BDEC
Tints of Fog #D6BDEC
RGB
CMYK
RGB Variations
Color information
#D6BDEC (or 0xD6BDEC) is known color: Fog. HEX triplet: D6, BD and EC. RGB value is (214,189,236). Sum of RGB (Red+Green+Blue) = 214+189+236=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 189 (74.22% from 255 or 29.58% from 639); Blue value is 236 (92.58% from 255 or 36.93% from 639); Max value from RGB is 236 - color contains mainly: blue. Hex color #D6BDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BDEC is #294213. Grayscale: #C9C9C9. Windows color (decimal): -2703892 or 15515094. OLE color: 15515094.
HSL color Cylindrical-coordinate representation of color #D6BDEC: hue angle of 271.91º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6BDEC is Cyan = 0.09, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 189 | 236 | - |
| CMYK | 0.09 | 0.20 | 0 | 0.07 |
| HSL | 271.91º | 0.55% | 0.83% | - |
| HSV(B) | 271.91º | 0.2% | 0.93% | - |
| XYZ | 61.07 | 56.75 | 87.09 | - |
| YUV | 201.83 | 147.28 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 236 | 0.09 | 0.20 | 0 | 0.07 | 271.91 | 0.55 | 0.83 |
| Hex | D6 | BD | EC | 9 | 14 | 0 | 7 | 110 | 37 | 53 |
| Octal | 326 | 275 | 354 | 11 | 24 | 0 | 7 | 420 | 67 | 123 |
| Binary | 11010110 | 10111101 | 11101100 | 1001 | 10100 | 0 | 111 | 100010000 | 110111 | 1010011 |
Color Harmonies of #D6BDEC
Complementary color
Monochromatic Colors of #D6BDEC
Black with #D6BDEC
Text Example
Text Example
White with #D6BDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDEC; }
p { color: rgb(214,189,236); }
H1.HeaderClassName
{
color: #D6BDEC;
}
.AnyTagClassName
{
color: #D6BDEC;
}
</style>
background-color css
<style>
a { background-color: #D6BDEC; }
a { background-color: rgb(214,189,236); }
div.DivClassName
{
background-color: #D6BDEC;
}
.BgClassName
{
background-color: #D6BDEC;
}
</style>
border-color css
<style>
span { border-color: #D6BDEC; }
span { border-color: rgb(214,189,236); }
td.TdClassName
{
border-color: #D6BDEC;
}
.TagClassName
{
border-color: #D6BDEC;
}
</style>