Shades of Fog #D4BFF7
Tints of Fog #D4BFF7
RGB
CMYK
RGB Variations
Color information
#D4BFF7 (or 0xD4BFF7) is known color: Fog. HEX triplet: D4, BF and F7. RGB value is (212,191,247). Sum of RGB (Red+Green+Blue) = 212+191+247=650 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.62% from 650); Green value is 191 (75% from 255 or 29.38% from 650); Blue value is 247 (96.88% from 255 or 38% from 650); Max value from RGB is 247 - color contains mainly: blue. Hex color #D4BFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BFF7 is #2B4008. Grayscale: #CBCBCB. Windows color (decimal): -2834441 or 16236500. OLE color: 16236500.
HSL color Cylindrical-coordinate representation of color #D4BFF7: hue angle of 262.5º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D4BFF7 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 191 | 247 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.03 |
| HSL | 262.5º | 0.78% | 0.86% | - |
| HSV(B) | 262.5º | 0.23% | 0.97% | - |
| XYZ | 62.57 | 57.97 | 95.89 | - |
| YUV | 203.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 191 | 247 | 0.14 | 0.23 | 0 | 0.03 | 262.5 | 0.78 | 0.86 |
| Hex | D4 | BF | F7 | E | 17 | 0 | 3 | 106 | 4E | 56 |
| Octal | 324 | 277 | 367 | 16 | 27 | 0 | 3 | 406 | 116 | 126 |
| Binary | 11010100 | 10111111 | 11110111 | 1110 | 10111 | 0 | 11 | 100000110 | 1001110 | 1010110 |
Color Harmonies of #D4BFF7
Complementary color
Monochromatic Colors of #D4BFF7
Black with #D4BFF7
Text Example
Text Example
White with #D4BFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BFF7; }
p { color: rgb(212,191,247); }
H1.HeaderClassName
{
color: #D4BFF7;
}
.AnyTagClassName
{
color: #D4BFF7;
}
</style>
background-color css
<style>
a { background-color: #D4BFF7; }
a { background-color: rgb(212,191,247); }
div.DivClassName
{
background-color: #D4BFF7;
}
.BgClassName
{
background-color: #D4BFF7;
}
</style>
border-color css
<style>
span { border-color: #D4BFF7; }
span { border-color: rgb(212,191,247); }
td.TdClassName
{
border-color: #D4BFF7;
}
.TagClassName
{
border-color: #D4BFF7;
}
</style>