Shades of Fog #D6BEEF
Tints of Fog #D6BEEF
RGB
CMYK
RGB Variations
Color information
#D6BEEF (or 0xD6BEEF) is known color: Fog. HEX triplet: D6, BE and EF. RGB value is (214,190,239). Sum of RGB (Red+Green+Blue) = 214+190+239=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 190 (74.61% from 255 or 29.55% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6BEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BEEF is #294110. Grayscale: #CACACA. Windows color (decimal): -2703633 or 15711958. OLE color: 15711958.
HSL color Cylindrical-coordinate representation of color #D6BEEF: hue angle of 269.39º degrees, saturation: 0.6, 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 #D6BEEF is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 190 | 239 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.06 |
| HSL | 269.39º | 0.6% | 0.84% | - |
| HSV(B) | 269.39º | 0.21% | 0.94% | - |
| XYZ | 61.73 | 57.36 | 89.48 | - |
| YUV | 202.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 239 | 0.10 | 0.21 | 0 | 0.06 | 269.39 | 0.6 | 0.84 |
| Hex | D6 | BE | EF | A | 15 | 0 | 6 | 10D | 3C | 54 |
| Octal | 326 | 276 | 357 | 12 | 25 | 0 | 6 | 415 | 74 | 124 |
| Binary | 11010110 | 10111110 | 11101111 | 1010 | 10101 | 0 | 110 | 100001101 | 111100 | 1010100 |
Color Harmonies of #D6BEEF
Complementary color
Monochromatic Colors of #D6BEEF
Black with #D6BEEF
Text Example
Text Example
White with #D6BEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEEF; }
p { color: rgb(214,190,239); }
H1.HeaderClassName
{
color: #D6BEEF;
}
.AnyTagClassName
{
color: #D6BEEF;
}
</style>
background-color css
<style>
a { background-color: #D6BEEF; }
a { background-color: rgb(214,190,239); }
div.DivClassName
{
background-color: #D6BEEF;
}
.BgClassName
{
background-color: #D6BEEF;
}
</style>
border-color css
<style>
span { border-color: #D6BEEF; }
span { border-color: rgb(214,190,239); }
td.TdClassName
{
border-color: #D6BEEF;
}
.TagClassName
{
border-color: #D6BEEF;
}
</style>