Shades of Fog #D1BDF4
Tints of Fog #D1BDF4
RGB
CMYK
RGB Variations
Color information
#D1BDF4 (or 0xD1BDF4) is known color: Fog. HEX triplet: D1, BD and F4. RGB value is (209,189,244). Sum of RGB (Red+Green+Blue) = 209+189+244=642 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.55% from 642); Green value is 189 (74.22% from 255 or 29.44% from 642); Blue value is 244 (95.70% from 255 or 38.01% from 642); Max value from RGB is 244 - color contains mainly: blue. Hex color #D1BDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1BDF4 is #2E420B. Grayscale: #C9C9C9. Windows color (decimal): -3031564 or 16039377. OLE color: 16039377.
HSL color Cylindrical-coordinate representation of color #D1BDF4: hue angle of 261.82º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1BDF4 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 189 | 244 | - |
| CMYK | 0.14 | 0.23 | 0 | 0.04 |
| HSL | 261.82º | 0.71% | 0.85% | - |
| HSV(B) | 261.82º | 0.23% | 0.96% | - |
| XYZ | 60.82 | 56.48 | 93.28 | - |
| YUV | 201.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 244 | 0.14 | 0.23 | 0 | 0.04 | 261.82 | 0.71 | 0.85 |
| Hex | D1 | BD | F4 | E | 17 | 0 | 4 | 106 | 47 | 55 |
| Octal | 321 | 275 | 364 | 16 | 27 | 0 | 4 | 406 | 107 | 125 |
| Binary | 11010001 | 10111101 | 11110100 | 1110 | 10111 | 0 | 100 | 100000110 | 1000111 | 1010101 |
Color Harmonies of #D1BDF4
Complementary color
Monochromatic Colors of #D1BDF4
Black with #D1BDF4
Text Example
Text Example
White with #D1BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BDF4; }
p { color: rgb(209,189,244); }
H1.HeaderClassName
{
color: #D1BDF4;
}
.AnyTagClassName
{
color: #D1BDF4;
}
</style>
background-color css
<style>
a { background-color: #D1BDF4; }
a { background-color: rgb(209,189,244); }
div.DivClassName
{
background-color: #D1BDF4;
}
.BgClassName
{
background-color: #D1BDF4;
}
</style>
border-color css
<style>
span { border-color: #D1BDF4; }
span { border-color: rgb(209,189,244); }
td.TdClassName
{
border-color: #D1BDF4;
}
.TagClassName
{
border-color: #D1BDF4;
}
</style>