Shades of Fog #D1BFE4
Tints of Fog #D1BFE4
RGB
CMYK
RGB Variations
Color information
#D1BFE4 (or 0xD1BFE4) is known color: Fog. HEX triplet: D1, BF and E4. RGB value is (209,191,228). Sum of RGB (Red+Green+Blue) = 209+191+228=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 191 (75% from 255 or 30.41% from 628); Blue value is 228 (89.45% from 255 or 36.31% from 628); Max value from RGB is 228 - color contains mainly: blue. Hex color #D1BFE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BFE4 is #2E401B. Grayscale: #C8C8C8. Windows color (decimal): -3031068 or 14991313. OLE color: 14991313.
HSL color Cylindrical-coordinate representation of color #D1BFE4: hue angle of 269.19º degrees, saturation: 0.41, 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 #D1BFE4 is Cyan = 0.08, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 191 | 228 | - |
| CMYK | 0.08 | 0.16 | 0 | 0.11 |
| HSL | 269.19º | 0.41% | 0.82% | - |
| HSV(B) | 269.19º | 0.16% | 0.89% | - |
| XYZ | 58.93 | 56.42 | 81.18 | - |
| YUV | 200.6 | 143.46 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 228 | 0.08 | 0.16 | 0 | 0.11 | 269.19 | 0.41 | 0.82 |
| Hex | D1 | BF | E4 | 8 | 10 | 0 | B | 10D | 29 | 52 |
| Octal | 321 | 277 | 344 | 10 | 20 | 0 | 13 | 415 | 51 | 122 |
| Binary | 11010001 | 10111111 | 11100100 | 1000 | 10000 | 0 | 1011 | 100001101 | 101001 | 1010010 |
Color Harmonies of #D1BFE4
Complementary color
Monochromatic Colors of #D1BFE4
Black with #D1BFE4
Text Example
Text Example
White with #D1BFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BFE4; }
p { color: rgb(209,191,228); }
H1.HeaderClassName
{
color: #D1BFE4;
}
.AnyTagClassName
{
color: #D1BFE4;
}
</style>
background-color css
<style>
a { background-color: #D1BFE4; }
a { background-color: rgb(209,191,228); }
div.DivClassName
{
background-color: #D1BFE4;
}
.BgClassName
{
background-color: #D1BFE4;
}
</style>
border-color css
<style>
span { border-color: #D1BFE4; }
span { border-color: rgb(209,191,228); }
td.TdClassName
{
border-color: #D1BFE4;
}
.TagClassName
{
border-color: #D1BFE4;
}
</style>