Shades of Fog #D4B7F3
Tints of Fog #D4B7F3
RGB
CMYK
RGB Variations
Color information
#D4B7F3 (or 0xD4B7F3) is known color: Fog. HEX triplet: D4, B7 and F3. RGB value is (212,183,243). Sum of RGB (Red+Green+Blue) = 212+183+243=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 183 (71.88% from 255 or 28.68% from 638); Blue value is 243 (95.31% from 255 or 38.09% from 638); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4B7F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B7F3 is #2B480C. Grayscale: #C6C6C6. Windows color (decimal): -2836493 or 15972308. OLE color: 15972308.
HSL color Cylindrical-coordinate representation of color #D4B7F3: hue angle of 269º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D4B7F3 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 183 | 243 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.05 |
| HSL | 269º | 0.71% | 0.84% | - |
| HSV(B) | 269º | 0.25% | 0.95% | - |
| XYZ | 60.26 | 54.34 | 92.11 | - |
| YUV | 198.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 183 | 243 | 0.13 | 0.25 | 0 | 0.05 | 269 | 0.71 | 0.84 |
| Hex | D4 | B7 | F3 | D | 19 | 0 | 5 | 10D | 47 | 54 |
| Octal | 324 | 267 | 363 | 15 | 31 | 0 | 5 | 415 | 107 | 124 |
| Binary | 11010100 | 10110111 | 11110011 | 1101 | 11001 | 0 | 101 | 100001101 | 1000111 | 1010100 |
Color Harmonies of #D4B7F3
Complementary color
Monochromatic Colors of #D4B7F3
Black with #D4B7F3
Text Example
Text Example
White with #D4B7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B7F3; }
p { color: rgb(212,183,243); }
H1.HeaderClassName
{
color: #D4B7F3;
}
.AnyTagClassName
{
color: #D4B7F3;
}
</style>
background-color css
<style>
a { background-color: #D4B7F3; }
a { background-color: rgb(212,183,243); }
div.DivClassName
{
background-color: #D4B7F3;
}
.BgClassName
{
background-color: #D4B7F3;
}
</style>
border-color css
<style>
span { border-color: #D4B7F3; }
span { border-color: rgb(212,183,243); }
td.TdClassName
{
border-color: #D4B7F3;
}
.TagClassName
{
border-color: #D4B7F3;
}
</style>