Shades of Fog #D4BEF7
Tints of Fog #D4BEF7
RGB
CMYK
RGB Variations
Color information
#D4BEF7 (or 0xD4BEF7) is known color: Fog. HEX triplet: D4, BE and F7. RGB value is (212,190,247). Sum of RGB (Red+Green+Blue) = 212+190+247=649 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.67% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 247 (96.88% from 255 or 38.06% from 649); Max value from RGB is 247 - color contains mainly: blue. Hex color #D4BEF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BEF7 is #2B4108. Grayscale: #CACACA. Windows color (decimal): -2834697 or 16236244. OLE color: 16236244.
HSL color Cylindrical-coordinate representation of color #D4BEF7: hue angle of 263.16º 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 #D4BEF7 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 212 | 190 | 247 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.03 |
| HSL | 263.16º | 0.78% | 0.86% | - |
| HSV(B) | 263.16º | 0.23% | 0.97% | - |
| XYZ | 62.35 | 57.54 | 95.82 | - |
| YUV | 203.08 | 152.79 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 247 | 0.14 | 0.23 | 0 | 0.03 | 263.16 | 0.78 | 0.86 |
| Hex | D4 | BE | F7 | E | 17 | 0 | 3 | 107 | 4E | 56 |
| Octal | 324 | 276 | 367 | 16 | 27 | 0 | 3 | 407 | 116 | 126 |
| Binary | 11010100 | 10111110 | 11110111 | 1110 | 10111 | 0 | 11 | 100000111 | 1001110 | 1010110 |
Color Harmonies of #D4BEF7
Complementary color
Monochromatic Colors of #D4BEF7
Black with #D4BEF7
Text Example
Text Example
White with #D4BEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BEF7; }
p { color: rgb(212,190,247); }
H1.HeaderClassName
{
color: #D4BEF7;
}
.AnyTagClassName
{
color: #D4BEF7;
}
</style>
background-color css
<style>
a { background-color: #D4BEF7; }
a { background-color: rgb(212,190,247); }
div.DivClassName
{
background-color: #D4BEF7;
}
.BgClassName
{
background-color: #D4BEF7;
}
</style>
border-color css
<style>
span { border-color: #D4BEF7; }
span { border-color: rgb(212,190,247); }
td.TdClassName
{
border-color: #D4BEF7;
}
.TagClassName
{
border-color: #D4BEF7;
}
</style>