Shades of Fog #D4C0FB
Tints of Fog #D4C0FB
RGB
CMYK
RGB Variations
Color information
#D4C0FB (or 0xD4C0FB) is known color: Fog. HEX triplet: D4, C0 and FB. RGB value is (212,192,251). Sum of RGB (Red+Green+Blue) = 212+192+251=655 (86% of max value = 765). Red value is 212 (83.20% from 255 or 32.37% from 655); Green value is 192 (75.39% from 255 or 29.31% from 655); Blue value is 251 (98.44% from 255 or 38.32% from 655); Max value from RGB is 251 - color contains mainly: blue. Hex color #D4C0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C0FB is #2B3F04. Grayscale: #CCCCCC. Windows color (decimal): -2834181 or 16498900. OLE color: 16498900.
HSL color Cylindrical-coordinate representation of color #D4C0FB: hue angle of 260.34º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D4C0FB is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 192 | 251 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.02 |
| HSL | 260.34º | 0.88% | 0.87% | - |
| HSV(B) | 260.34º | 0.24% | 0.98% | - |
| XYZ | 63.41 | 58.66 | 99.25 | - |
| YUV | 204.71 | 154.13 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 251 | 0.16 | 0.24 | 0 | 0.02 | 260.34 | 0.88 | 0.87 |
| Hex | D4 | C0 | FB | 10 | 18 | 0 | 2 | 104 | 58 | 57 |
| Octal | 324 | 300 | 373 | 20 | 30 | 0 | 2 | 404 | 130 | 127 |
| Binary | 11010100 | 11000000 | 11111011 | 10000 | 11000 | 0 | 10 | 100000100 | 1011000 | 1010111 |
Color Harmonies of #D4C0FB
Complementary color
Monochromatic Colors of #D4C0FB
Black with #D4C0FB
Text Example
Text Example
White with #D4C0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C0FB; }
p { color: rgb(212,192,251); }
H1.HeaderClassName
{
color: #D4C0FB;
}
.AnyTagClassName
{
color: #D4C0FB;
}
</style>
background-color css
<style>
a { background-color: #D4C0FB; }
a { background-color: rgb(212,192,251); }
div.DivClassName
{
background-color: #D4C0FB;
}
.BgClassName
{
background-color: #D4C0FB;
}
</style>
border-color css
<style>
span { border-color: #D4C0FB; }
span { border-color: rgb(212,192,251); }
td.TdClassName
{
border-color: #D4C0FB;
}
.TagClassName
{
border-color: #D4C0FB;
}
</style>