Shades of Fog #D4BDFC
Tints of Fog #D4BDFC
RGB
CMYK
RGB Variations
Color information
#D4BDFC (or 0xD4BDFC) is known color: Fog. HEX triplet: D4, BD and FC. RGB value is (212,189,252). Sum of RGB (Red+Green+Blue) = 212+189+252=653 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.47% from 653); Green value is 189 (74.22% from 255 or 28.94% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BDFC is #2B4203. Grayscale: #CACACA. Windows color (decimal): -2834948 or 16563668. OLE color: 16563668.
HSL color Cylindrical-coordinate representation of color #D4BDFC: hue angle of 261.9º 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 #D4BDFC is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 189 | 252 | - |
| CMYK | 0.16 | 0.25 | 0 | 0.01 |
| HSL | 261.9º | 0.91% | 0.86% | - |
| HSV(B) | 261.9º | 0.25% | 0.99% | - |
| XYZ | 62.92 | 57.42 | 99.86 | - |
| YUV | 203.06 | 155.62 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 252 | 0.16 | 0.25 | 0 | 0.01 | 261.9 | 0.91 | 0.86 |
| Hex | D4 | BD | FC | 10 | 19 | 0 | 1 | 106 | 5B | 56 |
| Octal | 324 | 275 | 374 | 20 | 31 | 0 | 1 | 406 | 133 | 126 |
| Binary | 11010100 | 10111101 | 11111100 | 10000 | 11001 | 0 | 1 | 100000110 | 1011011 | 1010110 |
Color Harmonies of #D4BDFC
Complementary color
Monochromatic Colors of #D4BDFC
Black with #D4BDFC
Text Example
Text Example
White with #D4BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDFC; }
p { color: rgb(212,189,252); }
H1.HeaderClassName
{
color: #D4BDFC;
}
.AnyTagClassName
{
color: #D4BDFC;
}
</style>
background-color css
<style>
a { background-color: #D4BDFC; }
a { background-color: rgb(212,189,252); }
div.DivClassName
{
background-color: #D4BDFC;
}
.BgClassName
{
background-color: #D4BDFC;
}
</style>
border-color css
<style>
span { border-color: #D4BDFC; }
span { border-color: rgb(212,189,252); }
td.TdClassName
{
border-color: #D4BDFC;
}
.TagClassName
{
border-color: #D4BDFC;
}
</style>