Shades of Fog #D6BFE3
Tints of Fog #D6BFE3
RGB
CMYK
RGB Variations
Color information
#D6BFE3 (or 0xD6BFE3) is known color: Fog. HEX triplet: D6, BF and E3. RGB value is (214,191,227). Sum of RGB (Red+Green+Blue) = 214+191+227=632 (83% of max value = 765). Red value is 214 (83.98% from 255 or 33.86% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 227 (89.06% from 255 or 35.92% from 632); Max value from RGB is 227 - color contains mainly: blue. Hex color #D6BFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BFE3 is #29401C. Grayscale: #C9C9C9. Windows color (decimal): -2703389 or 14925782. OLE color: 14925782.
HSL color Cylindrical-coordinate representation of color #D6BFE3: hue angle of 278.33º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6BFE3 is Cyan = 0.06, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 191 | 227 | - |
| CMYK | 0.06 | 0.16 | 0 | 0.11 |
| HSL | 278.33º | 0.39% | 0.82% | - |
| HSV(B) | 278.33º | 0.16% | 0.89% | - |
| XYZ | 60.23 | 57.1 | 80.52 | - |
| YUV | 201.98 | 142.12 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 191 | 227 | 0.06 | 0.16 | 0 | 0.11 | 278.33 | 0.39 | 0.82 |
| Hex | D6 | BF | E3 | 6 | 10 | 0 | B | 116 | 27 | 52 |
| Octal | 326 | 277 | 343 | 6 | 20 | 0 | 13 | 426 | 47 | 122 |
| Binary | 11010110 | 10111111 | 11100011 | 110 | 10000 | 0 | 1011 | 100010110 | 100111 | 1010010 |
Color Harmonies of #D6BFE3
Complementary color
Monochromatic Colors of #D6BFE3
Black with #D6BFE3
Text Example
Text Example
White with #D6BFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BFE3; }
p { color: rgb(214,191,227); }
H1.HeaderClassName
{
color: #D6BFE3;
}
.AnyTagClassName
{
color: #D6BFE3;
}
</style>
background-color css
<style>
a { background-color: #D6BFE3; }
a { background-color: rgb(214,191,227); }
div.DivClassName
{
background-color: #D6BFE3;
}
.BgClassName
{
background-color: #D6BFE3;
}
</style>
border-color css
<style>
span { border-color: #D6BFE3; }
span { border-color: rgb(214,191,227); }
td.TdClassName
{
border-color: #D6BFE3;
}
.TagClassName
{
border-color: #D6BFE3;
}
</style>