Shades of Fog #D1BDFE
Tints of Fog #D1BDFE
RGB
CMYK
RGB Variations
Color information
#D1BDFE (or 0xD1BDFE) is known color: Fog. HEX triplet: D1, BD and FE. RGB value is (209,189,254). Sum of RGB (Red+Green+Blue) = 209+189+254=652 (86% of max value = 765). Red value is 209 (82.03% from 255 or 32.06% from 652); Green value is 189 (74.22% from 255 or 28.99% from 652); Blue value is 254 (99.61% from 255 or 38.96% from 652); Max value from RGB is 254 - color contains mainly: blue. Hex color #D1BDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BDFE is #2E4201. Grayscale: #CACACA. Windows color (decimal): -3031554 or 16694737. OLE color: 16694737.
HSL color Cylindrical-coordinate representation of color #D1BDFE: hue angle of 258.46º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1BDFE is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 209 | 189 | 254 | - |
| CMYK | 0.18 | 0.26 | 0 | 0.00 |
| HSL | 258.46º | 0.97% | 0.87% | - |
| HSV(B) | 258.46º | 0.26% | 1% | - |
| XYZ | 62.38 | 57.11 | 101.5 | - |
| YUV | 202.39 | 157.13 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 254 | 0.18 | 0.26 | 0 | 0.00 | 258.46 | 0.97 | 0.87 |
| Hex | D1 | BD | FE | 12 | 1A | 0 | 0 | 102 | 61 | 57 |
| Octal | 321 | 275 | 376 | 22 | 32 | 0 | 0 | 402 | 141 | 127 |
| Binary | 11010001 | 10111101 | 11111110 | 10010 | 11010 | 0 | 0 | 100000010 | 1100001 | 1010111 |
Color Harmonies of #D1BDFE
Complementary color
Monochromatic Colors of #D1BDFE
Black with #D1BDFE
Text Example
Text Example
White with #D1BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDFE; }
p { color: rgb(209,189,254); }
H1.HeaderClassName
{
color: #D1BDFE;
}
.AnyTagClassName
{
color: #D1BDFE;
}
</style>
background-color css
<style>
a { background-color: #D1BDFE; }
a { background-color: rgb(209,189,254); }
div.DivClassName
{
background-color: #D1BDFE;
}
.BgClassName
{
background-color: #D1BDFE;
}
</style>
border-color css
<style>
span { border-color: #D1BDFE; }
span { border-color: rgb(209,189,254); }
td.TdClassName
{
border-color: #D1BDFE;
}
.TagClassName
{
border-color: #D1BDFE;
}
</style>