Shades of Fog #D6CFED
Tints of Fog #D6CFED
RGB
CMYK
RGB Variations
Color information
#D6CFED (or 0xD6CFED) is known color: Fog. HEX triplet: D6, CF and ED. RGB value is (214,207,237). Sum of RGB (Red+Green+Blue) = 214+207+237=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 237 (92.97% from 255 or 36.02% from 658); Max value from RGB is 237 - color contains mainly: blue. Hex color #D6CFED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CFED is #293012. Grayscale: #D4D4D4. Windows color (decimal): -2699283 or 15585238. OLE color: 15585238.
HSL color Cylindrical-coordinate representation of color #D6CFED: hue angle of 254º degrees, saturation: 0.45, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6CFED is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 214 | 207 | 237 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.07 |
| HSL | 254º | 0.45% | 0.87% | - |
| HSV(B) | 254º | 0.13% | 0.93% | - |
| XYZ | 65.33 | 65.04 | 89.23 | - |
| YUV | 212.51 | 141.82 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 237 | 0.10 | 0.13 | 0 | 0.07 | 254 | 0.45 | 0.87 |
| Hex | D6 | CF | ED | A | D | 0 | 7 | FE | 2D | 57 |
| Octal | 326 | 317 | 355 | 12 | 15 | 0 | 7 | 376 | 55 | 127 |
| Binary | 11010110 | 11001111 | 11101101 | 1010 | 1101 | 0 | 111 | 11111110 | 101101 | 1010111 |
Color Harmonies of #D6CFED
Complementary color
Monochromatic Colors of #D6CFED
Black with #D6CFED
Text Example
Text Example
White with #D6CFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CFED; }
p { color: rgb(214,207,237); }
H1.HeaderClassName
{
color: #D6CFED;
}
.AnyTagClassName
{
color: #D6CFED;
}
</style>
background-color css
<style>
a { background-color: #D6CFED; }
a { background-color: rgb(214,207,237); }
div.DivClassName
{
background-color: #D6CFED;
}
.BgClassName
{
background-color: #D6CFED;
}
</style>
border-color css
<style>
span { border-color: #D6CFED; }
span { border-color: rgb(214,207,237); }
td.TdClassName
{
border-color: #D6CFED;
}
.TagClassName
{
border-color: #D6CFED;
}
</style>