Shades of Fog #D1BFE3
Tints of Fog #D1BFE3
RGB
CMYK
RGB Variations
Color information
#D1BFE3 (or 0xD1BFE3) is known color: Fog. HEX triplet: D1, BF and E3. RGB value is (209,191,227). Sum of RGB (Red+Green+Blue) = 209+191+227=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 191 (75% from 255 or 30.46% from 627); Blue value is 227 (89.06% from 255 or 36.20% from 627); Max value from RGB is 227 - color contains mainly: blue. Hex color #D1BFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFE3 is #2E401C. Grayscale: #C8C8C8. Windows color (decimal): -3031069 or 14925777. OLE color: 14925777.
HSL color Cylindrical-coordinate representation of color #D1BFE3: hue angle of 270º 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 #D1BFE3 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 191 | 227 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.11 |
| HSL | 270º | 0.39% | 0.82% | - |
| HSV(B) | 270º | 0.16% | 0.89% | - |
| XYZ | 58.79 | 56.36 | 80.45 | - |
| YUV | 200.49 | 142.96 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 227 | 0.08 | 0.16 | 0 | 0.11 | 270 | 0.39 | 0.82 |
| Hex | D1 | BF | E3 | 8 | 10 | 0 | B | 10E | 27 | 52 |
| Octal | 321 | 277 | 343 | 10 | 20 | 0 | 13 | 416 | 47 | 122 |
| Binary | 11010001 | 10111111 | 11100011 | 1000 | 10000 | 0 | 1011 | 100001110 | 100111 | 1010010 |
Color Harmonies of #D1BFE3
Complementary color
Monochromatic Colors of #D1BFE3
Black with #D1BFE3
Text Example
Text Example
White with #D1BFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFE3; }
p { color: rgb(209,191,227); }
H1.HeaderClassName
{
color: #D1BFE3;
}
.AnyTagClassName
{
color: #D1BFE3;
}
</style>
background-color css
<style>
a { background-color: #D1BFE3; }
a { background-color: rgb(209,191,227); }
div.DivClassName
{
background-color: #D1BFE3;
}
.BgClassName
{
background-color: #D1BFE3;
}
</style>
border-color css
<style>
span { border-color: #D1BFE3; }
span { border-color: rgb(209,191,227); }
td.TdClassName
{
border-color: #D1BFE3;
}
.TagClassName
{
border-color: #D1BFE3;
}
</style>