Shades of Fog #D1B4F2
Tints of Fog #D1B4F2
RGB
CMYK
RGB Variations
Color information
#D1B4F2 (or 0xD1B4F2) is known color: Fog. HEX triplet: D1, B4 and F2. RGB value is (209,180,242). Sum of RGB (Red+Green+Blue) = 209+180+242=631 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.12% from 631); Green value is 180 (70.70% from 255 or 28.53% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1B4F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B4F2 is #2E4B0D. Grayscale: #C3C3C3. Windows color (decimal): -3033870 or 15906001. OLE color: 15906001.
HSL color Cylindrical-coordinate representation of color #D1B4F2: hue angle of 268.06º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1B4F2 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 180 | 242 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.05 |
| HSL | 268.06º | 0.7% | 0.83% | - |
| HSV(B) | 268.06º | 0.26% | 0.95% | - |
| XYZ | 58.64 | 52.61 | 91.07 | - |
| YUV | 195.74 | 154.11 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 242 | 0.14 | 0.26 | 0 | 0.05 | 268.06 | 0.7 | 0.83 |
| Hex | D1 | B4 | F2 | E | 1A | 0 | 5 | 10C | 46 | 53 |
| Octal | 321 | 264 | 362 | 16 | 32 | 0 | 5 | 414 | 106 | 123 |
| Binary | 11010001 | 10110100 | 11110010 | 1110 | 11010 | 0 | 101 | 100001100 | 1000110 | 1010011 |
Color Harmonies of #D1B4F2
Complementary color
Monochromatic Colors of #D1B4F2
Black with #D1B4F2
Text Example
Text Example
White with #D1B4F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B4F2; }
p { color: rgb(209,180,242); }
H1.HeaderClassName
{
color: #D1B4F2;
}
.AnyTagClassName
{
color: #D1B4F2;
}
</style>
background-color css
<style>
a { background-color: #D1B4F2; }
a { background-color: rgb(209,180,242); }
div.DivClassName
{
background-color: #D1B4F2;
}
.BgClassName
{
background-color: #D1B4F2;
}
</style>
border-color css
<style>
span { border-color: #D1B4F2; }
span { border-color: rgb(209,180,242); }
td.TdClassName
{
border-color: #D1B4F2;
}
.TagClassName
{
border-color: #D1B4F2;
}
</style>