Shades of Fog #D5BCFD
Tints of Fog #D5BCFD
RGB
CMYK
RGB Variations
Color information
#D5BCFD (or 0xD5BCFD) is known color: Fog. HEX triplet: D5, BC and FD. RGB value is (213,188,253). Sum of RGB (Red+Green+Blue) = 213+188+253=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 188 (73.83% from 255 or 28.75% from 654); Blue value is 253 (99.22% from 255 or 38.69% from 654); Max value from RGB is 253 - color contains mainly: blue. Hex color #D5BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BCFD is #2A4302. Grayscale: #CACACA. Windows color (decimal): -2769667 or 16628949. OLE color: 16628949.
HSL color Cylindrical-coordinate representation of color #D5BCFD: hue angle of 263.08º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5BCFD is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 188 | 253 | - |
| CMYK | 0.16 | 0.26 | 0 | 0.01 |
| HSL | 263.08º | 0.94% | 0.86% | - |
| HSV(B) | 263.08º | 0.26% | 0.99% | - |
| XYZ | 63.15 | 57.2 | 100.64 | - |
| YUV | 202.89 | 156.28 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 188 | 253 | 0.16 | 0.26 | 0 | 0.01 | 263.08 | 0.94 | 0.86 |
| Hex | D5 | BC | FD | 10 | 1A | 0 | 1 | 107 | 5E | 56 |
| Octal | 325 | 274 | 375 | 20 | 32 | 0 | 1 | 407 | 136 | 126 |
| Binary | 11010101 | 10111100 | 11111101 | 10000 | 11010 | 0 | 1 | 100000111 | 1011110 | 1010110 |
Color Harmonies of #D5BCFD
Complementary color
Monochromatic Colors of #D5BCFD
Black with #D5BCFD
Text Example
Text Example
White with #D5BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BCFD; }
p { color: rgb(213,188,253); }
H1.HeaderClassName
{
color: #D5BCFD;
}
.AnyTagClassName
{
color: #D5BCFD;
}
</style>
background-color css
<style>
a { background-color: #D5BCFD; }
a { background-color: rgb(213,188,253); }
div.DivClassName
{
background-color: #D5BCFD;
}
.BgClassName
{
background-color: #D5BCFD;
}
</style>
border-color css
<style>
span { border-color: #D5BCFD; }
span { border-color: rgb(213,188,253); }
td.TdClassName
{
border-color: #D5BCFD;
}
.TagClassName
{
border-color: #D5BCFD;
}
</style>