Shades of Fog #D1B4F0
Tints of Fog #D1B4F0
RGB
CMYK
RGB Variations
Color information
#D1B4F0 (or 0xD1B4F0) is known color: Fog. HEX triplet: D1, B4 and F0. RGB value is (209,180,240). Sum of RGB (Red+Green+Blue) = 209+180+240=629 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.23% from 629); Green value is 180 (70.70% from 255 or 28.62% from 629); Blue value is 240 (94.14% from 255 or 38.16% from 629); Max value from RGB is 240 - color contains mainly: blue. Hex color #D1B4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B4F0 is #2E4B0F. Grayscale: #C3C3C3. Windows color (decimal): -3033872 or 15774929. OLE color: 15774929.
HSL color Cylindrical-coordinate representation of color #D1B4F0: hue angle of 269º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1B4F0 is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 180 | 240 | - |
| CMYK | 0.13 | 0.25 | 0 | 0.06 |
| HSL | 269º | 0.67% | 0.82% | - |
| HSV(B) | 269º | 0.25% | 0.94% | - |
| XYZ | 58.34 | 52.49 | 89.49 | - |
| YUV | 195.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 240 | 0.13 | 0.25 | 0 | 0.06 | 269 | 0.67 | 0.82 |
| Hex | D1 | B4 | F0 | D | 19 | 0 | 6 | 10D | 43 | 52 |
| Octal | 321 | 264 | 360 | 15 | 31 | 0 | 6 | 415 | 103 | 122 |
| Binary | 11010001 | 10110100 | 11110000 | 1101 | 11001 | 0 | 110 | 100001101 | 1000011 | 1010010 |
Color Harmonies of #D1B4F0
Complementary color
Monochromatic Colors of #D1B4F0
Black with #D1B4F0
Text Example
Text Example
White with #D1B4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B4F0; }
p { color: rgb(209,180,240); }
H1.HeaderClassName
{
color: #D1B4F0;
}
.AnyTagClassName
{
color: #D1B4F0;
}
</style>
background-color css
<style>
a { background-color: #D1B4F0; }
a { background-color: rgb(209,180,240); }
div.DivClassName
{
background-color: #D1B4F0;
}
.BgClassName
{
background-color: #D1B4F0;
}
</style>
border-color css
<style>
span { border-color: #D1B4F0; }
span { border-color: rgb(209,180,240); }
td.TdClassName
{
border-color: #D1B4F0;
}
.TagClassName
{
border-color: #D1B4F0;
}
</style>