Shades of Fog #D1BFE9
Tints of Fog #D1BFE9
RGB
CMYK
RGB Variations
Color information
#D1BFE9 (or 0xD1BFE9) is known color: Fog. HEX triplet: D1, BF and E9. RGB value is (209,191,233). Sum of RGB (Red+Green+Blue) = 209+191+233=633 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.02% from 633); Green value is 191 (75% from 255 or 30.17% from 633); Blue value is 233 (91.41% from 255 or 36.81% from 633); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1BFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BFE9 is #2E4016. Grayscale: #C9C9C9. Windows color (decimal): -3031063 or 15318993. OLE color: 15318993.
HSL color Cylindrical-coordinate representation of color #D1BFE9: hue angle of 265.71º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1BFE9 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 191 | 233 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.09 |
| HSL | 265.71º | 0.49% | 0.83% | - |
| HSV(B) | 265.71º | 0.18% | 0.91% | - |
| XYZ | 59.63 | 56.7 | 84.89 | - |
| YUV | 201.17 | 145.96 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 233 | 0.10 | 0.18 | 0 | 0.09 | 265.71 | 0.49 | 0.83 |
| Hex | D1 | BF | E9 | A | 12 | 0 | 9 | 10A | 31 | 53 |
| Octal | 321 | 277 | 351 | 12 | 22 | 0 | 11 | 412 | 61 | 123 |
| Binary | 11010001 | 10111111 | 11101001 | 1010 | 10010 | 0 | 1001 | 100001010 | 110001 | 1010011 |
Color Harmonies of #D1BFE9
Complementary color
Monochromatic Colors of #D1BFE9
Black with #D1BFE9
Text Example
Text Example
White with #D1BFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFE9; }
p { color: rgb(209,191,233); }
H1.HeaderClassName
{
color: #D1BFE9;
}
.AnyTagClassName
{
color: #D1BFE9;
}
</style>
background-color css
<style>
a { background-color: #D1BFE9; }
a { background-color: rgb(209,191,233); }
div.DivClassName
{
background-color: #D1BFE9;
}
.BgClassName
{
background-color: #D1BFE9;
}
</style>
border-color css
<style>
span { border-color: #D1BFE9; }
span { border-color: rgb(209,191,233); }
td.TdClassName
{
border-color: #D1BFE9;
}
.TagClassName
{
border-color: #D1BFE9;
}
</style>