Shades of Fog #D4C6FA
Tints of Fog #D4C6FA
RGB
CMYK
RGB Variations
Color information
#D4C6FA (or 0xD4C6FA) is known color: Fog. HEX triplet: D4, C6 and FA. RGB value is (212,198,250). Sum of RGB (Red+Green+Blue) = 212+198+250=660 (87% of max value = 765). Red value is 212 (83.20% from 255 or 32.12% from 660); Green value is 198 (77.73% from 255 or 30% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4C6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C6FA is #2B3905. Grayscale: #CFCFCF. Windows color (decimal): -2832646 or 16434900. OLE color: 16434900.
HSL color Cylindrical-coordinate representation of color #D4C6FA: hue angle of 256.15º degrees, saturation: 0.84, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4C6FA is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 198 | 250 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.02 |
| HSL | 256.15º | 0.84% | 0.88% | - |
| HSV(B) | 256.15º | 0.21% | 0.98% | - |
| XYZ | 64.6 | 61.29 | 98.87 | - |
| YUV | 208.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 250 | 0.15 | 0.21 | 0 | 0.02 | 256.15 | 0.84 | 0.88 |
| Hex | D4 | C6 | FA | F | 15 | 0 | 2 | 100 | 54 | 58 |
| Octal | 324 | 306 | 372 | 17 | 25 | 0 | 2 | 400 | 124 | 130 |
| Binary | 11010100 | 11000110 | 11111010 | 1111 | 10101 | 0 | 10 | 100000000 | 1010100 | 1011000 |
Color Harmonies of #D4C6FA
Complementary color
Monochromatic Colors of #D4C6FA
Black with #D4C6FA
Text Example
Text Example
White with #D4C6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C6FA; }
p { color: rgb(212,198,250); }
H1.HeaderClassName
{
color: #D4C6FA;
}
.AnyTagClassName
{
color: #D4C6FA;
}
</style>
background-color css
<style>
a { background-color: #D4C6FA; }
a { background-color: rgb(212,198,250); }
div.DivClassName
{
background-color: #D4C6FA;
}
.BgClassName
{
background-color: #D4C6FA;
}
</style>
border-color css
<style>
span { border-color: #D4C6FA; }
span { border-color: rgb(212,198,250); }
td.TdClassName
{
border-color: #D4C6FA;
}
.TagClassName
{
border-color: #D4C6FA;
}
</style>