Shades of Fog #D6BFEA
Tints of Fog #D6BFEA
RGB
CMYK
RGB Variations
Color information
#D6BFEA (or 0xD6BFEA) is known color: Fog. HEX triplet: D6, BF and EA. RGB value is (214,191,234). Sum of RGB (Red+Green+Blue) = 214+191+234=639 (84% of max value = 765). Red value is 214 (83.98% from 255 or 33.49% from 639); Green value is 191 (75% from 255 or 29.89% from 639); Blue value is 234 (91.80% from 255 or 36.62% from 639); Max value from RGB is 234 - color contains mainly: blue. Hex color #D6BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BFEA is #294015. Grayscale: #CACACA. Windows color (decimal): -2703382 or 15384534. OLE color: 15384534.
HSL color Cylindrical-coordinate representation of color #D6BFEA: hue angle of 272.09º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6BFEA is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 191 | 234 | - |
| CMYK | 0.09 | 0.18 | 0 | 0.08 |
| HSL | 272.09º | 0.51% | 0.83% | - |
| HSV(B) | 272.09º | 0.18% | 0.92% | - |
| XYZ | 61.21 | 57.5 | 85.71 | - |
| YUV | 202.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 234 | 0.09 | 0.18 | 0 | 0.08 | 272.09 | 0.51 | 0.83 |
| Hex | D6 | BF | EA | 9 | 12 | 0 | 8 | 110 | 33 | 53 |
| Octal | 326 | 277 | 352 | 11 | 22 | 0 | 10 | 420 | 63 | 123 |
| Binary | 11010110 | 10111111 | 11101010 | 1001 | 10010 | 0 | 1000 | 100010000 | 110011 | 1010011 |
Color Harmonies of #D6BFEA
Complementary color
Monochromatic Colors of #D6BFEA
Black with #D6BFEA
Text Example
Text Example
White with #D6BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFEA; }
p { color: rgb(214,191,234); }
H1.HeaderClassName
{
color: #D6BFEA;
}
.AnyTagClassName
{
color: #D6BFEA;
}
</style>
background-color css
<style>
a { background-color: #D6BFEA; }
a { background-color: rgb(214,191,234); }
div.DivClassName
{
background-color: #D6BFEA;
}
.BgClassName
{
background-color: #D6BFEA;
}
</style>
border-color css
<style>
span { border-color: #D6BFEA; }
span { border-color: rgb(214,191,234); }
td.TdClassName
{
border-color: #D6BFEA;
}
.TagClassName
{
border-color: #D6BFEA;
}
</style>