Shades of Fog #D6BFF4
Tints of Fog #D6BFF4
RGB
CMYK
RGB Variations
Color information
#D6BFF4 (or 0xD6BFF4) is known color: Fog. HEX triplet: D6, BF and F4. RGB value is (214,191,244). Sum of RGB (Red+Green+Blue) = 214+191+244=649 (85% of max value = 765). Red value is 214 (83.98% from 255 or 32.97% from 649); Green value is 191 (75% from 255 or 29.43% from 649); Blue value is 244 (95.70% from 255 or 37.60% from 649); Max value from RGB is 244 - color contains mainly: blue. Hex color #D6BFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6BFF4 is #29400B. Grayscale: #CBCBCB. Windows color (decimal): -2703372 or 16039894. OLE color: 16039894.
HSL color Cylindrical-coordinate representation of color #D6BFF4: hue angle of 266.04º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6BFF4 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 191 | 244 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.04 |
| HSL | 266.04º | 0.71% | 0.85% | - |
| HSV(B) | 266.04º | 0.22% | 0.96% | - |
| XYZ | 62.69 | 58.09 | 93.5 | - |
| YUV | 203.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 244 | 0.12 | 0.22 | 0 | 0.04 | 266.04 | 0.71 | 0.85 |
| Hex | D6 | BF | F4 | C | 16 | 0 | 4 | 10A | 47 | 55 |
| Octal | 326 | 277 | 364 | 14 | 26 | 0 | 4 | 412 | 107 | 125 |
| Binary | 11010110 | 10111111 | 11110100 | 1100 | 10110 | 0 | 100 | 100001010 | 1000111 | 1010101 |
Color Harmonies of #D6BFF4
Complementary color
Monochromatic Colors of #D6BFF4
Black with #D6BFF4
Text Example
Text Example
White with #D6BFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFF4; }
p { color: rgb(214,191,244); }
H1.HeaderClassName
{
color: #D6BFF4;
}
.AnyTagClassName
{
color: #D6BFF4;
}
</style>
background-color css
<style>
a { background-color: #D6BFF4; }
a { background-color: rgb(214,191,244); }
div.DivClassName
{
background-color: #D6BFF4;
}
.BgClassName
{
background-color: #D6BFF4;
}
</style>
border-color css
<style>
span { border-color: #D6BFF4; }
span { border-color: rgb(214,191,244); }
td.TdClassName
{
border-color: #D6BFF4;
}
.TagClassName
{
border-color: #D6BFF4;
}
</style>