Shades of Fog #D6BDFF
Tints of Fog #D6BDFF
RGB
CMYK
RGB Variations
Color information
#D6BDFF (or 0xD6BDFF) is known color: Fog. HEX triplet: D6, BD and FF. RGB value is (214,189,255). Sum of RGB (Red+Green+Blue) = 214+189+255=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6BDFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BDFF is #294200. Grayscale: #CBCBCB. Windows color (decimal): -2703873 or 16760278. OLE color: 16760278.
HSL color Cylindrical-coordinate representation of color #D6BDFF: hue angle of 262.73º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6BDFF is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 189 | 255 | - |
| CMYK | 0.16 | 0.26 | 0 | 0 |
| HSL | 262.73º | 1% | 0.87% | - |
| HSV(B) | 262.73º | 0.26% | 1% | - |
| XYZ | 63.98 | 57.91 | 102.41 | - |
| YUV | 204 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 255 | 0.16 | 0.26 | 0 | 0 | 262.73 | 1 | 0.87 |
| Hex | D6 | BD | FF | 10 | 1A | 0 | 0 | 107 | 64 | 57 |
| Octal | 326 | 275 | 377 | 20 | 32 | 0 | 0 | 407 | 144 | 127 |
| Binary | 11010110 | 10111101 | 11111111 | 10000 | 11010 | 0 | 0 | 100000111 | 1100100 | 1010111 |
Color Harmonies of #D6BDFF
Complementary color
Monochromatic Colors of #D6BDFF
Black with #D6BDFF
Text Example
Text Example
White with #D6BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDFF; }
p { color: rgb(214,189,255); }
H1.HeaderClassName
{
color: #D6BDFF;
}
.AnyTagClassName
{
color: #D6BDFF;
}
</style>
background-color css
<style>
a { background-color: #D6BDFF; }
a { background-color: rgb(214,189,255); }
div.DivClassName
{
background-color: #D6BDFF;
}
.BgClassName
{
background-color: #D6BDFF;
}
</style>
border-color css
<style>
span { border-color: #D6BDFF; }
span { border-color: rgb(214,189,255); }
td.TdClassName
{
border-color: #D6BDFF;
}
.TagClassName
{
border-color: #D6BDFF;
}
</style>