Shades of Fog #D3B5F0
Tints of Fog #D3B5F0
RGB
CMYK
RGB Variations
Color information
#D3B5F0 (or 0xD3B5F0) is known color: Fog. HEX triplet: D3, B5 and F0. RGB value is (211,181,240). Sum of RGB (Red+Green+Blue) = 211+181+240=632 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.39% from 632); Green value is 181 (71.09% from 255 or 28.64% from 632); Blue value is 240 (94.14% from 255 or 37.97% from 632); Max value from RGB is 240 - color contains mainly: blue. Hex color #D3B5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3B5F0 is #2C4A0F. Grayscale: #C4C4C4. Windows color (decimal): -2902544 or 15775187. OLE color: 15775187.
HSL color Cylindrical-coordinate representation of color #D3B5F0: hue angle of 270.51º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3B5F0 is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 211 | 181 | 240 | - |
| CMYK | 0.12 | 0.25 | 0 | 0.06 |
| HSL | 270.51º | 0.66% | 0.83% | - |
| HSV(B) | 270.51º | 0.25% | 0.94% | - |
| XYZ | 59.12 | 53.19 | 89.59 | - |
| YUV | 196.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 181 | 240 | 0.12 | 0.25 | 0 | 0.06 | 270.51 | 0.66 | 0.83 |
| Hex | D3 | B5 | F0 | C | 19 | 0 | 6 | 10F | 42 | 53 |
| Octal | 323 | 265 | 360 | 14 | 31 | 0 | 6 | 417 | 102 | 123 |
| Binary | 11010011 | 10110101 | 11110000 | 1100 | 11001 | 0 | 110 | 100001111 | 1000010 | 1010011 |
Color Harmonies of #D3B5F0
Complementary color
Monochromatic Colors of #D3B5F0
Black with #D3B5F0
Text Example
Text Example
White with #D3B5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B5F0; }
p { color: rgb(211,181,240); }
H1.HeaderClassName
{
color: #D3B5F0;
}
.AnyTagClassName
{
color: #D3B5F0;
}
</style>
background-color css
<style>
a { background-color: #D3B5F0; }
a { background-color: rgb(211,181,240); }
div.DivClassName
{
background-color: #D3B5F0;
}
.BgClassName
{
background-color: #D3B5F0;
}
</style>
border-color css
<style>
span { border-color: #D3B5F0; }
span { border-color: rgb(211,181,240); }
td.TdClassName
{
border-color: #D3B5F0;
}
.TagClassName
{
border-color: #D3B5F0;
}
</style>