Shades of Fog #D6CFEF
Tints of Fog #D6CFEF
RGB
CMYK
RGB Variations
Color information
#D6CFEF (or 0xD6CFEF) is known color: Fog. HEX triplet: D6, CF and EF. RGB value is (214,207,239). Sum of RGB (Red+Green+Blue) = 214+207+239=660 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.42% from 660); Green value is 207 (81.25% from 255 or 31.36% from 660); Blue value is 239 (93.75% from 255 or 36.21% from 660); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6CFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CFEF is #293010. Grayscale: #D4D4D4. Windows color (decimal): -2699281 or 15716310. OLE color: 15716310.
HSL color Cylindrical-coordinate representation of color #D6CFEF: hue angle of 253.12º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6CFEF is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 207 | 239 | - |
| CMYK | 0.10 | 0.13 | 0 | 0.06 |
| HSL | 253.13º | 0.5% | 0.87% | - |
| HSV(B) | 253.13º | 0.13% | 0.94% | - |
| XYZ | 65.62 | 65.15 | 90.78 | - |
| YUV | 212.74 | 142.82 | 128.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 207 | 239 | 0.10 | 0.13 | 0 | 0.06 | 253.13 | 0.5 | 0.87 |
| Hex | D6 | CF | EF | A | D | 0 | 6 | FD | 32 | 57 |
| Octal | 326 | 317 | 357 | 12 | 15 | 0 | 6 | 375 | 62 | 127 |
| Binary | 11010110 | 11001111 | 11101111 | 1010 | 1101 | 0 | 110 | 11111101 | 110010 | 1010111 |
Color Harmonies of #D6CFEF
Complementary color
Monochromatic Colors of #D6CFEF
Black with #D6CFEF
Text Example
Text Example
White with #D6CFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CFEF; }
p { color: rgb(214,207,239); }
H1.HeaderClassName
{
color: #D6CFEF;
}
.AnyTagClassName
{
color: #D6CFEF;
}
</style>
background-color css
<style>
a { background-color: #D6CFEF; }
a { background-color: rgb(214,207,239); }
div.DivClassName
{
background-color: #D6CFEF;
}
.BgClassName
{
background-color: #D6CFEF;
}
</style>
border-color css
<style>
span { border-color: #D6CFEF; }
span { border-color: rgb(214,207,239); }
td.TdClassName
{
border-color: #D6CFEF;
}
.TagClassName
{
border-color: #D6CFEF;
}
</style>