Shades of Fog #D6BEFA
Tints of Fog #D6BEFA
RGB
CMYK
RGB Variations
Color information
#D6BEFA (or 0xD6BEFA) is known color: Fog. HEX triplet: D6, BE and FA. RGB value is (214,190,250). Sum of RGB (Red+Green+Blue) = 214+190+250=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 190 (74.61% from 255 or 29.05% from 654); Blue value is 250 (98.05% from 255 or 38.23% from 654); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6BEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BEFA is #294105. Grayscale: #CBCBCB. Windows color (decimal): -2703622 or 16432854. OLE color: 16432854.
HSL color Cylindrical-coordinate representation of color #D6BEFA: hue angle of 264º 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 #D6BEFA is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 214 | 190 | 250 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.02 |
| HSL | 264º | 0.86% | 0.86% | - |
| HSV(B) | 264º | 0.24% | 0.98% | - |
| XYZ | 63.4 | 58.03 | 98.3 | - |
| YUV | 204.02 | 153.95 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 250 | 0.14 | 0.24 | 0 | 0.02 | 264 | 0.86 | 0.86 |
| Hex | D6 | BE | FA | E | 18 | 0 | 2 | 108 | 56 | 56 |
| Octal | 326 | 276 | 372 | 16 | 30 | 0 | 2 | 410 | 126 | 126 |
| Binary | 11010110 | 10111110 | 11111010 | 1110 | 11000 | 0 | 10 | 100001000 | 1010110 | 1010110 |
Color Harmonies of #D6BEFA
Complementary color
Monochromatic Colors of #D6BEFA
Black with #D6BEFA
Text Example
Text Example
White with #D6BEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEFA; }
p { color: rgb(214,190,250); }
H1.HeaderClassName
{
color: #D6BEFA;
}
.AnyTagClassName
{
color: #D6BEFA;
}
</style>
background-color css
<style>
a { background-color: #D6BEFA; }
a { background-color: rgb(214,190,250); }
div.DivClassName
{
background-color: #D6BEFA;
}
.BgClassName
{
background-color: #D6BEFA;
}
</style>
border-color css
<style>
span { border-color: #D6BEFA; }
span { border-color: rgb(214,190,250); }
td.TdClassName
{
border-color: #D6BEFA;
}
.TagClassName
{
border-color: #D6BEFA;
}
</style>