Shades of Fog #D6BDFC
Tints of Fog #D6BDFC
RGB
CMYK
RGB Variations
Color information
#D6BDFC (or 0xD6BDFC) is known color: Fog. HEX triplet: D6, BD and FC. RGB value is (214,189,252). Sum of RGB (Red+Green+Blue) = 214+189+252=655 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.67% from 655); Green value is 189 (74.22% from 255 or 28.85% from 655); Blue value is 252 (98.83% from 255 or 38.47% from 655); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BDFC is #294203. Grayscale: #CBCBCB. Windows color (decimal): -2703876 or 16563670. OLE color: 16563670.
HSL color Cylindrical-coordinate representation of color #D6BDFC: hue angle of 263.81º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6BDFC is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 189 | 252 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.01 |
| HSL | 263.81º | 0.91% | 0.86% | - |
| HSV(B) | 263.81º | 0.25% | 0.99% | - |
| XYZ | 63.5 | 57.72 | 99.89 | - |
| YUV | 203.66 | 155.28 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 189 | 252 | 0.15 | 0.25 | 0 | 0.01 | 263.81 | 0.91 | 0.86 |
| Hex | D6 | BD | FC | F | 19 | 0 | 1 | 108 | 5B | 56 |
| Octal | 326 | 275 | 374 | 17 | 31 | 0 | 1 | 410 | 133 | 126 |
| Binary | 11010110 | 10111101 | 11111100 | 1111 | 11001 | 0 | 1 | 100001000 | 1011011 | 1010110 |
Color Harmonies of #D6BDFC
Complementary color
Monochromatic Colors of #D6BDFC
Black with #D6BDFC
Text Example
Text Example
White with #D6BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BDFC; }
p { color: rgb(214,189,252); }
H1.HeaderClassName
{
color: #D6BDFC;
}
.AnyTagClassName
{
color: #D6BDFC;
}
</style>
background-color css
<style>
a { background-color: #D6BDFC; }
a { background-color: rgb(214,189,252); }
div.DivClassName
{
background-color: #D6BDFC;
}
.BgClassName
{
background-color: #D6BDFC;
}
</style>
border-color css
<style>
span { border-color: #D6BDFC; }
span { border-color: rgb(214,189,252); }
td.TdClassName
{
border-color: #D6BDFC;
}
.TagClassName
{
border-color: #D6BDFC;
}
</style>