Shades of Fog #CFC3EC
Tints of Fog #CFC3EC
RGB
CMYK
RGB Variations
Color information
#CFC3EC (or 0xCFC3EC) is known color: Fog. HEX triplet: CF, C3 and EC. RGB value is (207,195,236). Sum of RGB (Red+Green+Blue) = 207+195+236=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 195 (76.56% from 255 or 30.56% from 638); Blue value is 236 (92.58% from 255 or 36.99% from 638); Max value from RGB is 236 - color contains mainly: blue. Hex color #CFC3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CFC3EC is #303C13. Grayscale: #CBCBCB. Windows color (decimal): -3161108 or 15516623. OLE color: 15516623.
HSL color Cylindrical-coordinate representation of color #CFC3EC: hue angle of 257.56º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFC3EC is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 195 | 236 | - |
| CMYK | 0.12 | 0.17 | 0 | 0.07 |
| HSL | 257.56º | 0.52% | 0.85% | - |
| HSV(B) | 257.56º | 0.17% | 0.93% | - |
| XYZ | 60.39 | 58.35 | 87.44 | - |
| YUV | 203.26 | 146.48 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 195 | 236 | 0.12 | 0.17 | 0 | 0.07 | 257.56 | 0.52 | 0.85 |
| Hex | CF | C3 | EC | C | 11 | 0 | 7 | 102 | 34 | 55 |
| Octal | 317 | 303 | 354 | 14 | 21 | 0 | 7 | 402 | 64 | 125 |
| Binary | 11001111 | 11000011 | 11101100 | 1100 | 10001 | 0 | 111 | 100000010 | 110100 | 1010101 |
Color Harmonies of #CFC3EC
Complementary color
Monochromatic Colors of #CFC3EC
Black with #CFC3EC
Text Example
Text Example
White with #CFC3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC3EC; }
p { color: rgb(207,195,236); }
H1.HeaderClassName
{
color: #CFC3EC;
}
.AnyTagClassName
{
color: #CFC3EC;
}
</style>
background-color css
<style>
a { background-color: #CFC3EC; }
a { background-color: rgb(207,195,236); }
div.DivClassName
{
background-color: #CFC3EC;
}
.BgClassName
{
background-color: #CFC3EC;
}
</style>
border-color css
<style>
span { border-color: #CFC3EC; }
span { border-color: rgb(207,195,236); }
td.TdClassName
{
border-color: #CFC3EC;
}
.TagClassName
{
border-color: #CFC3EC;
}
</style>