Shades of Fog #D4BEFA
Tints of Fog #D4BEFA
RGB
CMYK
RGB Variations
Color information
#D4BEFA (or 0xD4BEFA) is known color: Fog. HEX triplet: D4, BE and FA. RGB value is (212,190,250). Sum of RGB (Red+Green+Blue) = 212+190+250=652 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.52% from 652); Green value is 190 (74.61% from 255 or 29.14% from 652); Blue value is 250 (98.05% from 255 or 38.34% from 652); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BEFA is #2B4105. Grayscale: #CBCBCB. Windows color (decimal): -2834694 or 16432852. OLE color: 16432852.
HSL color Cylindrical-coordinate representation of color #D4BEFA: hue angle of 262º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4BEFA is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 190 | 250 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.02 |
| HSL | 262º | 0.86% | 0.86% | - |
| HSV(B) | 262º | 0.24% | 0.98% | - |
| XYZ | 62.82 | 57.73 | 98.27 | - |
| YUV | 203.42 | 154.29 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 190 | 250 | 0.15 | 0.24 | 0 | 0.02 | 262 | 0.86 | 0.86 |
| Hex | D4 | BE | FA | F | 18 | 0 | 2 | 106 | 56 | 56 |
| Octal | 324 | 276 | 372 | 17 | 30 | 0 | 2 | 406 | 126 | 126 |
| Binary | 11010100 | 10111110 | 11111010 | 1111 | 11000 | 0 | 10 | 100000110 | 1010110 | 1010110 |
Color Harmonies of #D4BEFA
Complementary color
Monochromatic Colors of #D4BEFA
Black with #D4BEFA
Text Example
Text Example
White with #D4BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BEFA; }
p { color: rgb(212,190,250); }
H1.HeaderClassName
{
color: #D4BEFA;
}
.AnyTagClassName
{
color: #D4BEFA;
}
</style>
background-color css
<style>
a { background-color: #D4BEFA; }
a { background-color: rgb(212,190,250); }
div.DivClassName
{
background-color: #D4BEFA;
}
.BgClassName
{
background-color: #D4BEFA;
}
</style>
border-color css
<style>
span { border-color: #D4BEFA; }
span { border-color: rgb(212,190,250); }
td.TdClassName
{
border-color: #D4BEFA;
}
.TagClassName
{
border-color: #D4BEFA;
}
</style>