Shades of Fog #D3BDF1
Tints of Fog #D3BDF1
RGB
CMYK
RGB Variations
Color information
#D3BDF1 (or 0xD3BDF1) is known color: Fog. HEX triplet: D3, BD and F1. RGB value is (211,189,241). Sum of RGB (Red+Green+Blue) = 211+189+241=641 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.92% from 641); Green value is 189 (74.22% from 255 or 29.49% from 641); Blue value is 241 (94.53% from 255 or 37.60% from 641); Max value from RGB is 241 - color contains mainly: blue. Hex color #D3BDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3BDF1 is #2C420E. Grayscale: #C9C9C9. Windows color (decimal): -2900495 or 15842771. OLE color: 15842771.
HSL color Cylindrical-coordinate representation of color #D3BDF1: hue angle of 265.38º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3BDF1 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 211 | 189 | 241 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.05 |
| HSL | 265.38º | 0.65% | 0.84% | - |
| HSV(B) | 265.38º | 0.22% | 0.95% | - |
| XYZ | 60.94 | 56.59 | 90.93 | - |
| YUV | 201.51 | 150.29 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 189 | 241 | 0.12 | 0.22 | 0 | 0.05 | 265.38 | 0.65 | 0.84 |
| Hex | D3 | BD | F1 | C | 16 | 0 | 5 | 109 | 41 | 54 |
| Octal | 323 | 275 | 361 | 14 | 26 | 0 | 5 | 411 | 101 | 124 |
| Binary | 11010011 | 10111101 | 11110001 | 1100 | 10110 | 0 | 101 | 100001001 | 1000001 | 1010100 |
Color Harmonies of #D3BDF1
Complementary color
Monochromatic Colors of #D3BDF1
Black with #D3BDF1
Text Example
Text Example
White with #D3BDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BDF1; }
p { color: rgb(211,189,241); }
H1.HeaderClassName
{
color: #D3BDF1;
}
.AnyTagClassName
{
color: #D3BDF1;
}
</style>
background-color css
<style>
a { background-color: #D3BDF1; }
a { background-color: rgb(211,189,241); }
div.DivClassName
{
background-color: #D3BDF1;
}
.BgClassName
{
background-color: #D3BDF1;
}
</style>
border-color css
<style>
span { border-color: #D3BDF1; }
span { border-color: rgb(211,189,241); }
td.TdClassName
{
border-color: #D3BDF1;
}
.TagClassName
{
border-color: #D3BDF1;
}
</style>