Shades of Fog #D6C1F1
Tints of Fog #D6C1F1
RGB
CMYK
RGB Variations
Color information
#D6C1F1 (or 0xD6C1F1) is known color: Fog. HEX triplet: D6, C1 and F1. RGB value is (214,193,241). Sum of RGB (Red+Green+Blue) = 214+193+241=648 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.02% from 648); Green value is 193 (75.78% from 255 or 29.78% from 648); Blue value is 241 (94.53% from 255 or 37.19% from 648); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6C1F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6C1F1 is #293E0E. Grayscale: #CCCCCC. Windows color (decimal): -2702863 or 15843798. OLE color: 15843798.
HSL color Cylindrical-coordinate representation of color #D6C1F1: hue angle of 266.25º degrees, saturation: 0.63, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6C1F1 is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 193 | 241 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.05 |
| HSL | 266.25º | 0.63% | 0.85% | - |
| HSV(B) | 266.25º | 0.2% | 0.95% | - |
| XYZ | 62.68 | 58.79 | 91.26 | - |
| YUV | 204.75 | 148.46 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 193 | 241 | 0.11 | 0.20 | 0 | 0.05 | 266.25 | 0.63 | 0.85 |
| Hex | D6 | C1 | F1 | B | 14 | 0 | 5 | 10A | 3F | 55 |
| Octal | 326 | 301 | 361 | 13 | 24 | 0 | 5 | 412 | 77 | 125 |
| Binary | 11010110 | 11000001 | 11110001 | 1011 | 10100 | 0 | 101 | 100001010 | 111111 | 1010101 |
Color Harmonies of #D6C1F1
Complementary color
Monochromatic Colors of #D6C1F1
Black with #D6C1F1
Text Example
Text Example
White with #D6C1F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C1F1; }
p { color: rgb(214,193,241); }
H1.HeaderClassName
{
color: #D6C1F1;
}
.AnyTagClassName
{
color: #D6C1F1;
}
</style>
background-color css
<style>
a { background-color: #D6C1F1; }
a { background-color: rgb(214,193,241); }
div.DivClassName
{
background-color: #D6C1F1;
}
.BgClassName
{
background-color: #D6C1F1;
}
</style>
border-color css
<style>
span { border-color: #D6C1F1; }
span { border-color: rgb(214,193,241); }
td.TdClassName
{
border-color: #D6C1F1;
}
.TagClassName
{
border-color: #D6C1F1;
}
</style>