Shades of Fog #D3BFE6
Tints of Fog #D3BFE6
RGB
CMYK
RGB Variations
Color information
#D3BFE6 (or 0xD3BFE6) is known color: Fog. HEX triplet: D3, BF and E6. RGB value is (211,191,230). Sum of RGB (Red+Green+Blue) = 211+191+230=632 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.39% from 632); Green value is 191 (75% from 255 or 30.22% from 632); Blue value is 230 (90.23% from 255 or 36.39% from 632); Max value from RGB is 230 - color contains mainly: blue. Hex color #D3BFE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BFE6 is #2C4019. Grayscale: #C9C9C9. Windows color (decimal): -2899994 or 15122387. OLE color: 15122387.
HSL color Cylindrical-coordinate representation of color #D3BFE6: hue angle of 270.77º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3BFE6 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 191 | 230 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.10 |
| HSL | 270.77º | 0.44% | 0.83% | - |
| HSV(B) | 270.77º | 0.17% | 0.9% | - |
| XYZ | 59.78 | 56.82 | 82.68 | - |
| YUV | 201.43 | 144.13 | 134.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 191 | 230 | 0.08 | 0.17 | 0 | 0.10 | 270.77 | 0.44 | 0.83 |
| Hex | D3 | BF | E6 | 8 | 11 | 0 | A | 10F | 2C | 53 |
| Octal | 323 | 277 | 346 | 10 | 21 | 0 | 12 | 417 | 54 | 123 |
| Binary | 11010011 | 10111111 | 11100110 | 1000 | 10001 | 0 | 1010 | 100001111 | 101100 | 1010011 |
Color Harmonies of #D3BFE6
Complementary color
Monochromatic Colors of #D3BFE6
Black with #D3BFE6
Text Example
Text Example
White with #D3BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BFE6; }
p { color: rgb(211,191,230); }
H1.HeaderClassName
{
color: #D3BFE6;
}
.AnyTagClassName
{
color: #D3BFE6;
}
</style>
background-color css
<style>
a { background-color: #D3BFE6; }
a { background-color: rgb(211,191,230); }
div.DivClassName
{
background-color: #D3BFE6;
}
.BgClassName
{
background-color: #D3BFE6;
}
</style>
border-color css
<style>
span { border-color: #D3BFE6; }
span { border-color: rgb(211,191,230); }
td.TdClassName
{
border-color: #D3BFE6;
}
.TagClassName
{
border-color: #D3BFE6;
}
</style>