Shades of Fog #D6BEFF
Tints of Fog #D6BEFF
RGB
CMYK
RGB Variations
Color information
#D6BEFF (or 0xD6BEFF) is known color: Fog. HEX triplet: D6, BE and FF. RGB value is (214,190,255). Sum of RGB (Red+Green+Blue) = 214+190+255=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 190 (74.61% from 255 or 28.83% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6BEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BEFF is #294100. Grayscale: #CCCCCC. Windows color (decimal): -2703617 or 16760534. OLE color: 16760534.
HSL color Cylindrical-coordinate representation of color #D6BEFF: hue angle of 262.15º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D6BEFF is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 214 | 190 | 255 | - |
| CMYK | 0.16 | 0.25 | 0 | 0 |
| HSL | 262.15º | 1% | 0.87% | - |
| HSV(B) | 262.15º | 0.25% | 1% | - |
| XYZ | 64.2 | 58.34 | 102.49 | - |
| YUV | 204.59 | 156.45 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 190 | 255 | 0.16 | 0.25 | 0 | 0 | 262.15 | 1 | 0.87 |
| Hex | D6 | BE | FF | 10 | 19 | 0 | 0 | 106 | 64 | 57 |
| Octal | 326 | 276 | 377 | 20 | 31 | 0 | 0 | 406 | 144 | 127 |
| Binary | 11010110 | 10111110 | 11111111 | 10000 | 11001 | 0 | 0 | 100000110 | 1100100 | 1010111 |
Color Harmonies of #D6BEFF
Complementary color
Monochromatic Colors of #D6BEFF
Black with #D6BEFF
Text Example
Text Example
White with #D6BEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BEFF; }
p { color: rgb(214,190,255); }
H1.HeaderClassName
{
color: #D6BEFF;
}
.AnyTagClassName
{
color: #D6BEFF;
}
</style>
background-color css
<style>
a { background-color: #D6BEFF; }
a { background-color: rgb(214,190,255); }
div.DivClassName
{
background-color: #D6BEFF;
}
.BgClassName
{
background-color: #D6BEFF;
}
</style>
border-color css
<style>
span { border-color: #D6BEFF; }
span { border-color: rgb(214,190,255); }
td.TdClassName
{
border-color: #D6BEFF;
}
.TagClassName
{
border-color: #D6BEFF;
}
</style>