Shades of Fog #D4C0F3
Tints of Fog #D4C0F3
RGB
CMYK
RGB Variations
Color information
#D4C0F3 (or 0xD4C0F3) is known color: Fog. HEX triplet: D4, C0 and F3. RGB value is (212,192,243). Sum of RGB (Red+Green+Blue) = 212+192+243=647 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.77% from 647); Green value is 192 (75.39% from 255 or 29.68% from 647); Blue value is 243 (95.31% from 255 or 37.56% from 647); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4C0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C0F3 is #2B3F0C. Grayscale: #CBCBCB. Windows color (decimal): -2834189 or 15974612. OLE color: 15974612.
HSL color Cylindrical-coordinate representation of color #D4C0F3: hue angle of 263.53º degrees, saturation: 0.68, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D4C0F3 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 192 | 243 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.05 |
| HSL | 263.53º | 0.68% | 0.85% | - |
| HSV(B) | 263.53º | 0.21% | 0.95% | - |
| XYZ | 62.18 | 58.17 | 92.74 | - |
| YUV | 203.79 | 150.13 | 133.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 243 | 0.13 | 0.21 | 0 | 0.05 | 263.53 | 0.68 | 0.85 |
| Hex | D4 | C0 | F3 | D | 15 | 0 | 5 | 108 | 44 | 55 |
| Octal | 324 | 300 | 363 | 15 | 25 | 0 | 5 | 410 | 104 | 125 |
| Binary | 11010100 | 11000000 | 11110011 | 1101 | 10101 | 0 | 101 | 100001000 | 1000100 | 1010101 |
Color Harmonies of #D4C0F3
Complementary color
Monochromatic Colors of #D4C0F3
Black with #D4C0F3
Text Example
Text Example
White with #D4C0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C0F3; }
p { color: rgb(212,192,243); }
H1.HeaderClassName
{
color: #D4C0F3;
}
.AnyTagClassName
{
color: #D4C0F3;
}
</style>
background-color css
<style>
a { background-color: #D4C0F3; }
a { background-color: rgb(212,192,243); }
div.DivClassName
{
background-color: #D4C0F3;
}
.BgClassName
{
background-color: #D4C0F3;
}
</style>
border-color css
<style>
span { border-color: #D4C0F3; }
span { border-color: rgb(212,192,243); }
td.TdClassName
{
border-color: #D4C0F3;
}
.TagClassName
{
border-color: #D4C0F3;
}
</style>