Shades of Fog #D4C1F3
Tints of Fog #D4C1F3
RGB
CMYK
RGB Variations
Color information
#D4C1F3 (or 0xD4C1F3) is known color: Fog. HEX triplet: D4, C1 and F3. RGB value is (212,193,243). Sum of RGB (Red+Green+Blue) = 212+193+243=648 (85% of max value = 765). Red value is 212 (83.20% from 255 or 32.72% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 243 (95.31% from 255 or 37.5% from 648); Max value from RGB is 243 - color contains mainly: blue. Hex color #D4C1F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4C1F3 is #2B3E0C. Grayscale: #CCCCCC. Windows color (decimal): -2833933 or 15974868. OLE color: 15974868.
HSL color Cylindrical-coordinate representation of color #D4C1F3: hue angle of 262.8º 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 #D4C1F3 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 193 | 243 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.05 |
| HSL | 262.8º | 0.68% | 0.85% | - |
| HSV(B) | 262.8º | 0.21% | 0.95% | - |
| XYZ | 62.4 | 58.61 | 92.82 | - |
| YUV | 204.38 | 149.79 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 193 | 243 | 0.13 | 0.21 | 0 | 0.05 | 262.8 | 0.68 | 0.85 |
| Hex | D4 | C1 | F3 | D | 15 | 0 | 5 | 107 | 44 | 55 |
| Octal | 324 | 301 | 363 | 15 | 25 | 0 | 5 | 407 | 104 | 125 |
| Binary | 11010100 | 11000001 | 11110011 | 1101 | 10101 | 0 | 101 | 100000111 | 1000100 | 1010101 |
Color Harmonies of #D4C1F3
Complementary color
Monochromatic Colors of #D4C1F3
Black with #D4C1F3
Text Example
Text Example
White with #D4C1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C1F3; }
p { color: rgb(212,193,243); }
H1.HeaderClassName
{
color: #D4C1F3;
}
.AnyTagClassName
{
color: #D4C1F3;
}
</style>
background-color css
<style>
a { background-color: #D4C1F3; }
a { background-color: rgb(212,193,243); }
div.DivClassName
{
background-color: #D4C1F3;
}
.BgClassName
{
background-color: #D4C1F3;
}
</style>
border-color css
<style>
span { border-color: #D4C1F3; }
span { border-color: rgb(212,193,243); }
td.TdClassName
{
border-color: #D4C1F3;
}
.TagClassName
{
border-color: #D4C1F3;
}
</style>