Shades of Fog #D6BEF0
Tints of Fog #D6BEF0
RGB
CMYK
RGB Variations
Color information
#D6BEF0 (or 0xD6BEF0) is known color: Fog. HEX triplet: D6, BE and F0. RGB value is (214,190,240). Sum of RGB (Red+Green+Blue) = 214+190+240=644 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.23% from 644); Green value is 190 (74.61% from 255 or 29.50% from 644); Blue value is 240 (94.14% from 255 or 37.27% from 644); Max value from RGB is 240 - color contains mainly: blue. Hex color #D6BEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BEF0 is #29410F. Grayscale: #CACACA. Windows color (decimal): -2703632 or 15777494. OLE color: 15777494.
HSL color Cylindrical-coordinate representation of color #D6BEF0: hue angle of 268.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6BEF0 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 190 | 240 | - |
| CMYK | 0.11 | 0.21 | 0 | 0.06 |
| HSL | 268.8º | 0.63% | 0.84% | - |
| HSV(B) | 268.8º | 0.21% | 0.94% | - |
| XYZ | 61.87 | 57.41 | 90.26 | - |
| YUV | 202.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 240 | 0.11 | 0.21 | 0 | 0.06 | 268.8 | 0.63 | 0.84 |
| Hex | D6 | BE | F0 | B | 15 | 0 | 6 | 10D | 3E | 54 |
| Octal | 326 | 276 | 360 | 13 | 25 | 0 | 6 | 415 | 76 | 124 |
| Binary | 11010110 | 10111110 | 11110000 | 1011 | 10101 | 0 | 110 | 100001101 | 111110 | 1010100 |
Color Harmonies of #D6BEF0
Complementary color
Monochromatic Colors of #D6BEF0
Black with #D6BEF0
Text Example
Text Example
White with #D6BEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEF0; }
p { color: rgb(214,190,240); }
H1.HeaderClassName
{
color: #D6BEF0;
}
.AnyTagClassName
{
color: #D6BEF0;
}
</style>
background-color css
<style>
a { background-color: #D6BEF0; }
a { background-color: rgb(214,190,240); }
div.DivClassName
{
background-color: #D6BEF0;
}
.BgClassName
{
background-color: #D6BEF0;
}
</style>
border-color css
<style>
span { border-color: #D6BEF0; }
span { border-color: rgb(214,190,240); }
td.TdClassName
{
border-color: #D6BEF0;
}
.TagClassName
{
border-color: #D6BEF0;
}
</style>