Shades of Fog #D6BEFC
Tints of Fog #D6BEFC
RGB
CMYK
RGB Variations
Color information
#D6BEFC (or 0xD6BEFC) is known color: Fog. HEX triplet: D6, BE and FC. RGB value is (214,190,252). Sum of RGB (Red+Green+Blue) = 214+190+252=656 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.62% from 656); Green value is 190 (74.61% from 255 or 28.96% from 656); Blue value is 252 (98.83% from 255 or 38.41% from 656); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6BEFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BEFC is #294103. Grayscale: #CCCCCC. Windows color (decimal): -2703620 or 16563926. OLE color: 16563926.
HSL color Cylindrical-coordinate representation of color #D6BEFC: hue angle of 263.23º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6BEFC is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 214 | 190 | 252 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.01 |
| HSL | 263.23º | 0.91% | 0.87% | - |
| HSV(B) | 263.23º | 0.25% | 0.99% | - |
| XYZ | 63.72 | 58.15 | 99.96 | - |
| YUV | 204.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 252 | 0.15 | 0.25 | 0 | 0.01 | 263.23 | 0.91 | 0.87 |
| Hex | D6 | BE | FC | F | 19 | 0 | 1 | 107 | 5B | 57 |
| Octal | 326 | 276 | 374 | 17 | 31 | 0 | 1 | 407 | 133 | 127 |
| Binary | 11010110 | 10111110 | 11111100 | 1111 | 11001 | 0 | 1 | 100000111 | 1011011 | 1010111 |
Color Harmonies of #D6BEFC
Complementary color
Monochromatic Colors of #D6BEFC
Black with #D6BEFC
Text Example
Text Example
White with #D6BEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEFC; }
p { color: rgb(214,190,252); }
H1.HeaderClassName
{
color: #D6BEFC;
}
.AnyTagClassName
{
color: #D6BEFC;
}
</style>
background-color css
<style>
a { background-color: #D6BEFC; }
a { background-color: rgb(214,190,252); }
div.DivClassName
{
background-color: #D6BEFC;
}
.BgClassName
{
background-color: #D6BEFC;
}
</style>
border-color css
<style>
span { border-color: #D6BEFC; }
span { border-color: rgb(214,190,252); }
td.TdClassName
{
border-color: #D6BEFC;
}
.TagClassName
{
border-color: #D6BEFC;
}
</style>