Shades of Fog #D2BCFD
Tints of Fog #D2BCFD
RGB
CMYK
RGB Variations
Color information
#D2BCFD (or 0xD2BCFD) is known color: Fog. HEX triplet: D2, BC and FD. RGB value is (210,188,253). Sum of RGB (Red+Green+Blue) = 210+188+253=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 188 (73.83% from 255 or 28.88% from 651); Blue value is 253 (99.22% from 255 or 38.86% from 651); Max value from RGB is 253 - color contains mainly: blue. Hex color #D2BCFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2BCFD is #2D4302. Grayscale: #C9C9C9. Windows color (decimal): -2966275 or 16628946. OLE color: 16628946.
HSL color Cylindrical-coordinate representation of color #D2BCFD: hue angle of 260.31º 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 #D2BCFD is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 210 | 188 | 253 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.01 |
| HSL | 260.31º | 0.94% | 0.86% | - |
| HSV(B) | 260.31º | 0.26% | 0.99% | - |
| XYZ | 62.29 | 56.76 | 100.6 | - |
| YUV | 201.99 | 156.79 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 253 | 0.17 | 0.26 | 0 | 0.01 | 260.31 | 0.94 | 0.86 |
| Hex | D2 | BC | FD | 11 | 1A | 0 | 1 | 104 | 5E | 56 |
| Octal | 322 | 274 | 375 | 21 | 32 | 0 | 1 | 404 | 136 | 126 |
| Binary | 11010010 | 10111100 | 11111101 | 10001 | 11010 | 0 | 1 | 100000100 | 1011110 | 1010110 |
Color Harmonies of #D2BCFD
Complementary color
Monochromatic Colors of #D2BCFD
Black with #D2BCFD
Text Example
Text Example
White with #D2BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCFD; }
p { color: rgb(210,188,253); }
H1.HeaderClassName
{
color: #D2BCFD;
}
.AnyTagClassName
{
color: #D2BCFD;
}
</style>
background-color css
<style>
a { background-color: #D2BCFD; }
a { background-color: rgb(210,188,253); }
div.DivClassName
{
background-color: #D2BCFD;
}
.BgClassName
{
background-color: #D2BCFD;
}
</style>
border-color css
<style>
span { border-color: #D2BCFD; }
span { border-color: rgb(210,188,253); }
td.TdClassName
{
border-color: #D2BCFD;
}
.TagClassName
{
border-color: #D2BCFD;
}
</style>