Shades of Fog #D4B9F0
Tints of Fog #D4B9F0
RGB
CMYK
RGB Variations
Color information
#D4B9F0 (or 0xD4B9F0) is known color: Fog. HEX triplet: D4, B9 and F0. RGB value is (212,185,240). Sum of RGB (Red+Green+Blue) = 212+185+240=637 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.28% from 637); Green value is 185 (72.66% from 255 or 29.04% from 637); Blue value is 240 (94.14% from 255 or 37.68% from 637); Max value from RGB is 240 - color contains mainly: blue. Hex color #D4B9F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4B9F0 is #2B460F. Grayscale: #C7C7C7. Windows color (decimal): -2835984 or 15776212. OLE color: 15776212.
HSL color Cylindrical-coordinate representation of color #D4B9F0: hue angle of 269.45º 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 #D4B9F0 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 212 | 185 | 240 | - |
CMYK | 0.12 | 0.23 | 0 | 0.06 |
HSL | 269.45º | 0.65% | 0.83% | - |
HSV(B) | 269.45º | 0.23% | 0.94% | - |
XYZ | 60.23 | 54.99 | 89.88 | - |
YUV | 199.34 | 150.95 | 137.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 185 | 240 | 0.12 | 0.23 | 0 | 0.06 | 269.45 | 0.65 | 0.83 |
Hex | D4 | B9 | F0 | C | 17 | 0 | 6 | 10D | 41 | 53 |
Octal | 324 | 271 | 360 | 14 | 27 | 0 | 6 | 415 | 101 | 123 |
Binary | 11010100 | 10111001 | 11110000 | 1100 | 10111 | 0 | 110 | 100001101 | 1000001 | 1010011 |
Color Harmonies of #D4B9F0
Complementary color
Monochromatic Colors of #D4B9F0
Black with #D4B9F0
Text Example
Text Example
White with #D4B9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B9F0; }
p { color: rgb(212,185,240); }
H1.HeaderClassName
{
color: #D4B9F0;
}
.AnyTagClassName
{
color: #D4B9F0;
}
</style>
background-color css
<style>
a { background-color: #D4B9F0; }
a { background-color: rgb(212,185,240); }
div.DivClassName
{
background-color: #D4B9F0;
}
.BgClassName
{
background-color: #D4B9F0;
}
</style>
border-color css
<style>
span { border-color: #D4B9F0; }
span { border-color: rgb(212,185,240); }
td.TdClassName
{
border-color: #D4B9F0;
}
.TagClassName
{
border-color: #D4B9F0;
}
</style>