Shades of Fog #D6CCF1
Tints of Fog #D6CCF1
RGB
CMYK
RGB Variations
Color information
#D6CCF1 (or 0xD6CCF1) is known color: Fog. HEX triplet: D6, CC and F1. RGB value is (214,204,241). Sum of RGB (Red+Green+Blue) = 214+204+241=659 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.47% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 241 (94.53% from 255 or 36.57% from 659); Max value from RGB is 241 - color contains mainly: blue. Hex color #D6CCF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CCF1 is #29330E. Grayscale: #D3D3D3. Windows color (decimal): -2700047 or 15846614. OLE color: 15846614.
HSL color Cylindrical-coordinate representation of color #D6CCF1: hue angle of 256.22º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6CCF1 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 204 | 241 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.05 |
| HSL | 256.22º | 0.57% | 0.87% | - |
| HSV(B) | 256.22º | 0.15% | 0.95% | - |
| XYZ | 65.2 | 63.83 | 92.1 | - |
| YUV | 211.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 204 | 241 | 0.11 | 0.15 | 0 | 0.05 | 256.22 | 0.57 | 0.87 |
| Hex | D6 | CC | F1 | B | F | 0 | 5 | 100 | 39 | 57 |
| Octal | 326 | 314 | 361 | 13 | 17 | 0 | 5 | 400 | 71 | 127 |
| Binary | 11010110 | 11001100 | 11110001 | 1011 | 1111 | 0 | 101 | 100000000 | 111001 | 1010111 |
Color Harmonies of #D6CCF1
Complementary color
Monochromatic Colors of #D6CCF1
Black with #D6CCF1
Text Example
Text Example
White with #D6CCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CCF1; }
p { color: rgb(214,204,241); }
H1.HeaderClassName
{
color: #D6CCF1;
}
.AnyTagClassName
{
color: #D6CCF1;
}
</style>
background-color css
<style>
a { background-color: #D6CCF1; }
a { background-color: rgb(214,204,241); }
div.DivClassName
{
background-color: #D6CCF1;
}
.BgClassName
{
background-color: #D6CCF1;
}
</style>
border-color css
<style>
span { border-color: #D6CCF1; }
span { border-color: rgb(214,204,241); }
td.TdClassName
{
border-color: #D6CCF1;
}
.TagClassName
{
border-color: #D6CCF1;
}
</style>