Shades of Fog #D1B4E9
Tints of Fog #D1B4E9
RGB
CMYK
RGB Variations
Color information
#D1B4E9 (or 0xD1B4E9) is known color: Fog. HEX triplet: D1, B4 and E9. RGB value is (209,180,233). Sum of RGB (Red+Green+Blue) = 209+180+233=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 180 (70.70% from 255 or 28.94% from 622); Blue value is 233 (91.41% from 255 or 37.46% from 622); Max value from RGB is 233 - color contains mainly: blue. Hex color #D1B4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1B4E9 is #2E4B16. Grayscale: #C2C2C2. Windows color (decimal): -3033879 or 15316177. OLE color: 15316177.
HSL color Cylindrical-coordinate representation of color #D1B4E9: hue angle of 272.83º degrees, saturation: 0.55, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1B4E9 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 180 | 233 | - |
| CMYK | 0.10 | 0.23 | 0 | 0.09 |
| HSL | 272.83º | 0.55% | 0.81% | - |
| HSV(B) | 272.83º | 0.23% | 0.91% | - |
| XYZ | 57.32 | 52.08 | 84.12 | - |
| YUV | 194.71 | 149.61 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 180 | 233 | 0.10 | 0.23 | 0 | 0.09 | 272.83 | 0.55 | 0.81 |
| Hex | D1 | B4 | E9 | A | 17 | 0 | 9 | 111 | 37 | 51 |
| Octal | 321 | 264 | 351 | 12 | 27 | 0 | 11 | 421 | 67 | 121 |
| Binary | 11010001 | 10110100 | 11101001 | 1010 | 10111 | 0 | 1001 | 100010001 | 110111 | 1010001 |
Color Harmonies of #D1B4E9
Complementary color
Monochromatic Colors of #D1B4E9
Black with #D1B4E9
Text Example
Text Example
White with #D1B4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B4E9; }
p { color: rgb(209,180,233); }
H1.HeaderClassName
{
color: #D1B4E9;
}
.AnyTagClassName
{
color: #D1B4E9;
}
</style>
background-color css
<style>
a { background-color: #D1B4E9; }
a { background-color: rgb(209,180,233); }
div.DivClassName
{
background-color: #D1B4E9;
}
.BgClassName
{
background-color: #D1B4E9;
}
</style>
border-color css
<style>
span { border-color: #D1B4E9; }
span { border-color: rgb(209,180,233); }
td.TdClassName
{
border-color: #D1B4E9;
}
.TagClassName
{
border-color: #D1B4E9;
}
</style>