Shades of Fog #D6CFE3
Tints of Fog #D6CFE3
RGB
CMYK
RGB Variations
Color information
#D6CFE3 (or 0xD6CFE3) is known color: Fog. HEX triplet: D6, CF and E3. RGB value is (214,207,227). Sum of RGB (Red+Green+Blue) = 214+207+227=648 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.02% from 648); Green value is 207 (81.25% from 255 or 31.94% from 648); Blue value is 227 (89.06% from 255 or 35.03% from 648); Max value from RGB is 227 - color contains mainly: blue. Hex color #D6CFE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6CFE3 is #29301C. Grayscale: #D3D3D3. Windows color (decimal): -2699293 or 14929878. OLE color: 14929878.
HSL color Cylindrical-coordinate representation of color #D6CFE3: hue angle of 261º degrees, saturation: 0.26, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D6CFE3 is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 214 | 207 | 227 | - |
| CMYK | 0.06 | 0.09 | 0 | 0.11 |
| HSL | 261º | 0.26% | 0.85% | - |
| HSV(B) | 261º | 0.09% | 0.89% | - |
| XYZ | 63.91 | 64.47 | 81.75 | - |
| YUV | 211.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 227 | 0.06 | 0.09 | 0 | 0.11 | 261 | 0.26 | 0.85 |
| Hex | D6 | CF | E3 | 6 | 9 | 0 | B | 105 | 1A | 55 |
| Octal | 326 | 317 | 343 | 6 | 11 | 0 | 13 | 405 | 32 | 125 |
| Binary | 11010110 | 11001111 | 11100011 | 110 | 1001 | 0 | 1011 | 100000101 | 11010 | 1010101 |
Color Harmonies of #D6CFE3
Complementary color
Monochromatic Colors of #D6CFE3
Black with #D6CFE3
Text Example
Text Example
White with #D6CFE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CFE3; }
p { color: rgb(214,207,227); }
H1.HeaderClassName
{
color: #D6CFE3;
}
.AnyTagClassName
{
color: #D6CFE3;
}
</style>
background-color css
<style>
a { background-color: #D6CFE3; }
a { background-color: rgb(214,207,227); }
div.DivClassName
{
background-color: #D6CFE3;
}
.BgClassName
{
background-color: #D6CFE3;
}
</style>
border-color css
<style>
span { border-color: #D6CFE3; }
span { border-color: rgb(214,207,227); }
td.TdClassName
{
border-color: #D6CFE3;
}
.TagClassName
{
border-color: #D6CFE3;
}
</style>