Shades of Fog #D5B9F0
Tints of Fog #D5B9F0
RGB
CMYK
RGB Variations
Color information
#D5B9F0 (or 0xD5B9F0) is known color: Fog. HEX triplet: D5, B9 and F0. RGB value is (213,185,240). Sum of RGB (Red+Green+Blue) = 213+185+240=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 185 (72.66% from 255 or 29.00% from 638); Blue value is 240 (94.14% from 255 or 37.62% from 638); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5B9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5B9F0 is #2A460F. Grayscale: #C7C7C7. Windows color (decimal): -2770448 or 15776213. OLE color: 15776213.
HSL color Cylindrical-coordinate representation of color #D5B9F0: hue angle of 270.55º degrees, saturation: 0.65, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5B9F0 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 213 | 185 | 240 | - |
CMYK | 0.11 | 0.23 | 0 | 0.06 |
HSL | 270.55º | 0.65% | 0.83% | - |
HSV(B) | 270.55º | 0.23% | 0.94% | - |
XYZ | 60.52 | 55.14 | 89.89 | - |
YUV | 199.64 | 150.78 | 137.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 185 | 240 | 0.11 | 0.23 | 0 | 0.06 | 270.55 | 0.65 | 0.83 |
Hex | D5 | B9 | F0 | B | 17 | 0 | 6 | 10F | 41 | 53 |
Octal | 325 | 271 | 360 | 13 | 27 | 0 | 6 | 417 | 101 | 123 |
Binary | 11010101 | 10111001 | 11110000 | 1011 | 10111 | 0 | 110 | 100001111 | 1000001 | 1010011 |
Color Harmonies of #D5B9F0
Complementary color
Monochromatic Colors of #D5B9F0
Black with #D5B9F0
Text Example
Text Example
White with #D5B9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B9F0; }
p { color: rgb(213,185,240); }
H1.HeaderClassName
{
color: #D5B9F0;
}
.AnyTagClassName
{
color: #D5B9F0;
}
</style>
background-color css
<style>
a { background-color: #D5B9F0; }
a { background-color: rgb(213,185,240); }
div.DivClassName
{
background-color: #D5B9F0;
}
.BgClassName
{
background-color: #D5B9F0;
}
</style>
border-color css
<style>
span { border-color: #D5B9F0; }
span { border-color: rgb(213,185,240); }
td.TdClassName
{
border-color: #D5B9F0;
}
.TagClassName
{
border-color: #D5B9F0;
}
</style>